From 54ec603bb4def9e4c365bf4b00e7e0b730155c9d Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 24 Apr 2010 06:06:12 -0700 Subject: [PATCH] emacs: Don't display From header by default. This header is redundant with the summary-line of each message which contains the same information. --- 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 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 -- 2.43.0