From f91e0c106abe079034bafe48cd8b9bcf1e2f707b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 19 Jun 2015 21:24:44 -0400 Subject: emacs: Process cryptographic MIME parts in email. --- dotfiles/.emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3