]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: show: set default show-all-multipart/alternatives to nil
authorMark Walters <markwalters1009@gmail.com>
Tue, 18 Dec 2012 19:28:00 +0000 (19:28 +0000)
committerDavid Bremner <bremner@debian.org>
Fri, 21 Dec 2012 14:03:06 +0000 (10:03 -0400)
Now that the invisibility display of parts is present we no longer
need to force the display of all multipart/alternatives: users can
toggle them for themselves when needed.

emacs/notmuch-show.el

index f9366d0ae56378d7a75609f2bae3d08e3520c6b7..5751d984802b4452a0ebbed5d253357075449d0b 100644 (file)
@@ -94,7 +94,7 @@ visible for any given message."
   :group 'notmuch-hooks)
 
 ;; Mostly useful for debugging.
-(defcustom notmuch-show-all-multipart/alternative-parts t
+(defcustom notmuch-show-all-multipart/alternative-parts nil
   "Should all parts of multipart/alternative parts be shown?"
   :type 'boolean
   :group 'notmuch-show)