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:
Carl Worth 2010-04-24 05:48:04 -07:00
parent 63b8a2b9af
commit ed93a5a19f

View file

@ -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)