diff options
author | jao <jao@gnu.org> | 2024-04-02 23:04:49 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-04-02 23:06:43 +0100 |
commit | 5660eb048b483889d10c28ff70dcdac3027a0cc4 (patch) | |
tree | 511eae4ccaf591e80bfc7c2c601265ff3b407f15 /custom | |
parent | d431600144b54eac44a3f43289b64cf573ae0561 (diff) | |
download | elibs-5660eb048b483889d10c28ff70dcdac3027a0cc4.tar.gz elibs-5660eb048b483889d10c28ff70dcdac3027a0cc4.tar.bz2 |
notmuch: tree message counts in modeline rather than header
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 |