Emacs/Message: Fix sender when signing messages.

master
Pierre Neidhardt 2020-09-09 11:51:34 +02:00
parent ff651bc384
commit 12f2c86bfc
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
(setq user-full-name "Pierre Neidhardt"
mm-default-directory "~/Downloads" ; Where to save attachments.
;; Necessary since Emacs 27:
mml-secure-openpgp-sign-with-sender t
;; Don't keep sent e-mail buffer. (Also see mu4e-conversation-kill-buffer-on-exit.)
message-kill-buffer-on-exit t
message-send-mail-function 'smtpmail-send-it