Emacs mu4e: disabled message signing

This commit is contained in:
Marcel Kapfer 2018-05-22 21:09:58 +02:00
parent 6954cd301a
commit 5cd1ddcbdd
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 1 deletions

View File

@ -1064,7 +1064,8 @@ signature-file is the path to the file which contains the signature."
;; always BCC myself
(add-hook 'mu4e-compose-mode-hook (lambda () (save-excursion (message-add-header (concat "Bcc: " user-mail-address "\n")))))
;; sign message
(add-hook 'mu4e-compose-mode-hook (lambda () (mml-secure-message-sign-pgpmime))))
;; (add-hook 'mu4e-compose-mode-hook (lambda () (mml-secure-message-sign-pgpmime))))
)
;; elfeed
;; emacs feed reader