X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/9fc30d4c309798172566b38aae0151da1d555379..7e1cad0634ec25e36043dfba0cb1da2772a23e87:/.emacs.d/init.el 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