From 42d68538737065799d7e6e53b4a5b3127b7fb60b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 10 Jul 2022 10:21:41 -0700 Subject: prefer text/plain, add buttons for multipart/{alternative,signed} multipart/alternative button allows toggling text/plain and text/html, and multipart/signed button shows which part of the message is signed. --- .emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 5ca307c7..f6daa237 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -205,7 +205,8 @@ windows side-by-side in the frame." '(gnus-article-skip-boring t) '(gnus-auto-center-summary nil) '(gnus-auto-select-next 'slightly-quietly) - '(gnus-buttonized-mime-types '("text/x-\\(?:diff\\|patch\\)")) + '(gnus-buttonized-mime-types + '("text/x-\\(?:diff\\|patch\\)" "multipart/\\(?:alternative\\|signed\\)")) '(gnus-directory "~/local/News/") '(gnus-extra-headers '(To Cc List-Id)) '(gnus-gcc-mark-as-read t) @@ -273,6 +274,7 @@ windows side-by-side in the frame." '(message-sendmail-envelope-from 'header nil nil "Bypass MTA rewriting user@localhost.") '(minibuffer-follows-selected-frame nil) '(mm-default-directory "~/tmp/") + '(mm-discouraged-alternatives '("text/html" "text/richtext")) '(mm-file-name-rewrite-functions '(mm-file-name-delete-control mm-file-name-delete-gotchas mm-file-name-trim-whitespace mm-file-name-collapse-whitespace mm-file-name-replace-whitespace)) '(mml-secure-openpgp-encrypt-to-self t nil nil "So I can read copies in my sent mail directory.") -- cgit v1.2.3