From: Carl Worth Date: Sat, 24 Apr 2010 12:48:04 +0000 (-0700) Subject: emacs: Change message headers (To, CC, From, and Date) to be visible by default X-Git-Tag: 0.3~81 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=ed93a5a19f8f85f661b29c533c85dbe4df27eed9;p=obsolete%2Fnotmuch-old 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. --- diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 85e03e89..57111bab 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -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)