projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63b8a2b
)
emacs: Change message headers (To, CC, From, and Date) to be visible by default
author
Carl Worth
<cworth@cworth.org>
Sat, 24 Apr 2010 12:48:04 +0000
(
05:48
-0700)
committer
Carl Worth
<cworth@cworth.org>
Sat, 24 Apr 2010 12:48:04 +0000
(
05:48
-0700)
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
patch
|
blob
|
history
diff --git
a/emacs/notmuch-show.el
b/emacs/notmuch-show.el
index 85e03e89052f864f30dda52badb1fdac1ec6c39e..57111bab6f6df5fd8347c0b6ddd6bcbb65410b0b 100644
(file)
--- 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)