diff options
-rw-r--r-- | .emacs.d/lisp/bandali-gnus.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.emacs.d/lisp/bandali-gnus.el b/.emacs.d/lisp/bandali-gnus.el index 7062941..0c22e4b 100644 --- a/.emacs.d/lisp/bandali-gnus.el +++ b/.emacs.d/lisp/bandali-gnus.el @@ -403,6 +403,16 @@ (when (version< emacs-version "27") (setq mm-uu-diff-groups-regexp "."))) +(with-eval-after-load 'mml + (setq + mml-attach-file-at-the-end t + mml-content-disposition-alist + '((text + (markdown . "attachment") + (rtf . "attachment") + (t . "inline")) + (t. "attachment")))) + (with-eval-after-load 'mml-sec (setq mml-secure-openpgp-encrypt-to-self t mml-secure-openpgp-sign-with-sender t)) |