summaryrefslogtreecommitdiff
path: root/emacs/notmuch-show.el
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-04-24 05:48:04 -0700
committerCarl Worth <cworth@cworth.org>2010-04-24 05:48:04 -0700
commited93a5a19f8f85f661b29c533c85dbe4df27eed9 (patch)
treef447b8dc96672e26c6d7cc4072c3ffcd41249b52 /emacs/notmuch-show.el
parent63b8a2b9af798dc9f47769e2a0c26bdb53ea16cd (diff)
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.
Diffstat (limited to 'emacs/notmuch-show.el')
-rw-r--r--emacs/notmuch-show.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index 85e03e8..57111ba 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)