From ed93a5a19f8f85f661b29c533c85dbe4df27eed9 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 24 Apr 2010 05:48:04 -0700 Subject: [PATCH] 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. --- emacs/notmuch-show.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.43.0