diff options
author | 2019-07-04 13:02:13 -0400 | |
---|---|---|
committer | 2019-07-04 13:02:13 -0400 | |
commit | 7e1cad0634ec25e36043dfba0cb1da2772a23e87 (patch) | |
tree | 1128fdfb3b4b21da2042a335ce2d60e85a167a19 /.emacs.d/init.el | |
parent | 9fc30d4c309798172566b38aae0151da1d555379 (diff) | |
download | configs-7e1cad0634ec25e36043dfba0cb1da2772a23e87.tar.gz configs-7e1cad0634ec25e36043dfba0cb1da2772a23e87.tar.xz configs-7e1cad0634ec25e36043dfba0cb1da2772a23e87.zip |
emacs: some mm-related gnus tweaks and custom-file updates
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index f5e87ec..30f9ecc 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1875,6 +1875,7 @@ For disabling the behaviour for certain buffers and/or modes." (use-feature gnus-art :config (setq + gnus-buttonized-mime-types '("multipart/\\(signed\\|encrypted\\)") gnus-visible-headers (concat gnus-visible-headers "\\|^List-Id:\\|^X-RT-Originator:\\|^User-Agent:") gnus-sorted-header-list @@ -1978,7 +1979,9 @@ https://shemshak.org/~amin/") (use-feature mm-decode :config - (setq mm-discouraged-alternatives '("text/html" "text/richtext"))) + (setq mm-discouraged-alternatives '("text/html" "text/richtext") + mm-decrypt-option 'known + mm-verify-option 'known)) (use-feature sendmail :config |