emacs-configuration: Re-enable automatic gpg signing of email

This commit is contained in:
Collin J. Doering 2023-05-13 14:16:34 -04:00
parent b21ef47654
commit ad16e2d39c
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 3 additions and 3 deletions

View File

@ -1221,10 +1221,10 @@ Leverage [[https://github.com/seagle0128/all-the-icons-ibuffer][all-the-icons-ib
(when (fboundp 'imagemagick-register-types)
(imagemagick-register-types))
;; Verify gpg signatures for known keys
(setq mm-verify-option 'known)
;; Sign outgoing mail by default
;; TODO: this appears to cause sent mail to not be filed appropriately, resulting in lost sent email
;(add-hook 'message-send-hook #'mml-secure-message-sign-pgpmime)
)
(add-hook 'message-send-hook #'mml-secure-message-sign-pgpmime))
:hook ((mu4e-compose-mode . (lambda () (auto-save-mode -1)))
(mu4e-compose-mode . turn-off-auto-fill)
(mu4e-compose-mode . visual-line-mode))