diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-notmuch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 524a767..0cbbfaa 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -372,7 +372,7 @@ :init (setq gnus-blocked-images "." notmuch-message-headers - '("To" "Cc" "Date" "Reply-To" "List-Id" "X-RSS-Feed") + '("Subject" "To" "Cc" "Date" "Reply-To" "List-Id" "X-RSS-Feed") notmuch-show-only-matching-messages t notmuch-show-part-button-default-action 'notmuch-show-view-part notmuch-wash-signature-lines-max 0 |