chore(emacs.d): Remove GPG agent warmup from mail sending
Fetching credentials is no longer handled by msmtp itself.
This commit is contained in:
parent
39aa74ed61
commit
cf9dd380f3
2 changed files with 0 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue