projects
/
notmuch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5b5404
)
emacs: show: set default show-all-multipart/alternatives to nil
author
Mark Walters
<markwalters1009@gmail.com>
Tue, 18 Dec 2012 19:28:00 +0000
(19:28 +0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/emacs/notmuch-show.el
b/emacs/notmuch-show.el
index f9366d0ae56378d7a75609f2bae3d08e3520c6b7..5751d984802b4452a0ebbed5d253357075449d0b 100644
(file)
--- a/
emacs/notmuch-show.el
+++ b/
emacs/notmuch-show.el
@@
-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)