mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-03 15:21:41 +01:00
emacs: Don't display From header by default.
This header is redundant with the summary-line of each message which contains the same information.
This commit is contained in:
parent
4d2acc3eca
commit
54ec603bb4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
(declare-function notmuch-select-tag-with-completion "notmuch" (prompt &rest search-terms))
|
||||
(declare-function notmuch-search-show-thread "notmuch" nil)
|
||||
|
||||
(defcustom notmuch-show-headers '("Subject" "To" "Cc" "From" "Date")
|
||||
(defcustom notmuch-show-headers '("Subject" "To" "Cc" "Date")
|
||||
"Headers that should be shown in a message, in this order.
|
||||
|
||||
For an open message, all of these headers will be made visible
|
||||
|
|
Loading…
Reference in a new issue