From 135e9ddb59ad6d849abddb5f58c2a1071b6820aa Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 6 Jul 2023 19:53:59 +0100 Subject: set mm-decrypt-option --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 5799283c..4fb23938 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -324,6 +324,7 @@ windows side-by-side in the frame." '(message-sendmail-envelope-from 'header nil nil "Bypass MTA rewriting user@localhost.") '(message-wash-forwarded-subjects t) '(minibuffer-follows-selected-frame nil) + '(mm-decrypt-option 'known) '(mm-default-directory "~/tmp/") '(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)) -- cgit v1.2.3