mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: Change message headers (To, CC, From, and Date) to be visible by default
Users can still toggle these to be hidden by default, and can still toggle visibility of headers for a single message with the 'h' command.
This commit is contained in:
parent
63b8a2b9af
commit
ed93a5a19f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
that if this order is changed the headers shown when a message is
|
||||
collapsed will change.")
|
||||
|
||||
(defcustom notmuch-show-headers-visible nil
|
||||
(defcustom notmuch-show-headers-visible t
|
||||
"Should the headers be visible by default?"
|
||||
:group 'notmuch
|
||||
:type 'boolean)
|
||||
|
|
Loading…
Reference in a new issue