X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;ds=sidebyside;f=buster%2Fhome_files%2Fuser_eeepc%2F.emacs.d%2Finit.el;h=31a4dcba29e16a2cb2a8fa6d04789f6bf5dcd3af;hb=edbb8e76964bb9846cbaf60d40dbde57e660419d;hp=8717957e5aacd0e00ab22cd0b9e7236e6818a749;hpb=5304303207a36a4533f8837e22b5bf70b652ff0f;p=config diff --git a/buster/home_files/user_eeepc/.emacs.d/init.el b/buster/home_files/user_eeepc/.emacs.d/init.el index 8717957..31a4dcb 100644 --- a/buster/home_files/user_eeepc/.emacs.d/init.el +++ b/buster/home_files/user_eeepc/.emacs.d/init.el @@ -123,6 +123,7 @@ (setq smtpmail-stream-type 'ssl) (setq smtpmail-smtp-user "plom") (setq mml-secure-openpgp-encrypt-to-self t) +(add-hook 'message-setup-hook 'mml-secure-sign-pgpmime) ;; constructs From: domain if mail composer directly called (from without ;; notmuch), but we don't actually intend to do that @@ -134,6 +135,9 @@ ;; this only works if we use notmuch-mua-send instead of message-send (setq notmuch-fcc-dirs '(("plom@plomlompom.com" . "maildir/Sent"))) +;; this gets rid of "i-did-not-set--mail-host-address--so-tickle-me" +;; in the message ID +(setq mail-host-address "plomlompom.com") ;; org mode ;; ========