mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: show: set default show-all-multipart/alternatives to nil
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.
This commit is contained in:
parent
a5b5404976
commit
4af1ac604e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue