summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-10 10:21:41 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-11 18:37:33 -0700
commit42d68538737065799d7e6e53b4a5b3127b7fb60b (patch)
tree8f831bc7952fc917bfcab9c29c378c62652e3f5a
parent201906c49be1d59e8ffc44e6ab28fc9900cbb40a (diff)
downloaddotfiles-42d68538737065799d7e6e53b4a5b3127b7fb60b.tar.gz
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.
-rw-r--r--.emacs.d/init.el4
1 files changed, 3 insertions, 1 deletions
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.")