From 4f2d58e0860cfe3cc3ced9220527ffded043d4be Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 18 Jan 2022 23:28:40 +0000 Subject: notmuch nits --- notmuch.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/notmuch.org b/notmuch.org index d12af9c..381460f 100644 --- a/notmuch.org +++ b/notmuch.org @@ -104,6 +104,7 @@ ,(jao-notmuch--q "bigml" "bugs" "bb") ,@(jao-notmuch--mboxes-search "bigml" "inbox" "support") ,@(jao-notmuch--mboxes-search "jao" "drafts") + ,(jao-notmuch--q "jao" "mdk" "jm") ,(jao-notmuch--sq "local" "l" "local" "") ,@(mapcar #'jao-notmuch--sq jao-notmuch--feed-tags) ,(jao-notmuch--sec @@ -198,7 +199,7 @@ :init :custom ((notmuch-address-use-company nil) - (notmuch-addres-command (if jao-notmuch-enabled-p 'internal 'as-is)) + (notmuch-address-command (if jao-notmuch-enabled-p 'internal 'as-is)) (notmuch-draft-folder "drafts") (notmuch-draft-quoted-tags '("part")) (notmuch-address-internal-completion '(received nil)) @@ -363,7 +364,8 @@ (use-package notmuch-show :init (setq gnus-blocked-images "." - notmuch-message-headers '("To" "Cc" "Date" "List-Id") + notmuch-message-headers + '("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 -- cgit v1.2.3