diff options
-rw-r--r-- | gnus-conf.el | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gnus-conf.el b/gnus-conf.el index 9f8084e..3775081 100644 --- a/gnus-conf.el +++ b/gnus-conf.el @@ -15,6 +15,23 @@ ;; (nnimap-server-port 143)) )) +;; To be able to see the encrypted mails sent by me. + +(setq mml-secure-openpgp-encrypt-to-self t) + +;; mail aliases + +(setq message-mail-alias-type 'abbrev) + +;; Decryptions and signatures + +(setq gnus-buttonized-mime-types '("multipart/signed" "multipart/alternative")) + +(setq mm-decrypt-option 'known) + +(setq mm-verify-option 'known) + + ;; Update by mu4e (declare-function #'mu4e-update-mail-and-index "mu4e" (RUN-IN-BACKGROUND)) |