From: Carl Worth Date: Sat, 24 Apr 2010 13:06:12 +0000 (-0700) Subject: emacs: Don't display From header by default. X-Git-Tag: 0.3~79 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=54ec603bb4def9e4c365bf4b00e7e0b730155c9d;p=notmuch emacs: Don't display From header by default. This header is redundant with the summary-line of each message which contains the same information. --- diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index e1d63c4f..4cde2215 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -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