diff options
-rw-r--r-- | dotfiles/.emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/.emacs.d/init.el b/dotfiles/.emacs.d/init.el index 392c212..db3934f 100644 --- a/dotfiles/.emacs.d/init.el +++ b/dotfiles/.emacs.d/init.el @@ -327,6 +327,8 @@ might be bad." ;; (when-require 'notmuch-unread ;; (notmuch-unread-mode 1)) + (setf notmuch-crypto-process-mime t) + (global-set-key (kbd "C-c m") 'notmuch) (setf notmuch-fcc-dirs |