chore(emacs.d): Remove GPG agent warmup from mail sending

Fetching credentials is no longer handled by msmtp itself.
This commit is contained in:
Vincent Ambo 2019-12-26 14:13:40 +01:00
parent 39aa74ed61
commit cf9dd380f3
2 changed files with 0 additions and 17 deletions

View file

@ -138,15 +138,6 @@
:sort t
:action #'magit-status))
(defun warmup-gpg-agent (arg &optional exit)
"Function used to warm up the GPG agent before use. This is
useful in cases where there is no easy way to make pinentry run
in the correct context (such as when sending email)."
(interactive)
(message "Warming up GPG agent")
(epg-sign-string (epg-make-context) "dummy")
nil)
(defun bottom-right-window-p ()
"Determines whether the last (i.e. bottom-right) window of the
active frame is showing the buffer in which this function is