]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-crypto.el
emacs: change default for notmuch-crypto-process-mime to t
[notmuch] / emacs / notmuch-crypto.el
index 0af727ef4dc68258b039691e0e85d58e95f48a72..fc2b53013f8140922fc8fcd37357585f5904e0bc 100644 (file)
@@ -24,7 +24,7 @@
 (require 'epg)
 (require 'notmuch-lib)
 
 (require 'epg)
 (require 'notmuch-lib)
 
-(defcustom notmuch-crypto-process-mime nil
+(defcustom notmuch-crypto-process-mime t
   "Should cryptographic MIME parts be processed?
 
 If this variable is non-nil signatures in multipart/signed
   "Should cryptographic MIME parts be processed?
 
 If this variable is non-nil signatures in multipart/signed
@@ -40,6 +40,7 @@ providing a prefix when viewing a signed or encrypted message, or
 by providing a prefix when reloading the message in notmuch-show
 mode."
   :type 'boolean
 by providing a prefix when reloading the message in notmuch-show
 mode."
   :type 'boolean
+  :package-version '(notmuch . "0.25")
   :group 'notmuch-crypto)
 
 (defface notmuch-crypto-part-header
   :group 'notmuch-crypto)
 
 (defface notmuch-crypto-part-header