chore(mail): Unbind notmuch-save-draft

I don't use drafts and they're kind of annoying.
This commit is contained in:
Vincent Ambo 2018-06-12 09:10:25 +02:00
parent 45432f9b34
commit 711afd3bd5

View file

@ -45,6 +45,10 @@
;; in the UI m(
("vincent@aprila.no" . "aprila/Sende element")))
;; I don't use drafts but I instinctively hit C-x C-s constantly, lets
;; handle that gracefully.
(define-key notmuch-message-mode-map (kbd "C-x C-s") #'ignore)
;; MSMTP decrypts passwords using pass, but pinentry doesn't work
;; correctly in that setup. This forces a warmup of the GPG agent
;; before sending the message.