diff options
author | jao <jao@gnu.org> | 2022-01-18 23:28:40 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-01-19 20:38:11 +0000 |
commit | 4f2d58e0860cfe3cc3ced9220527ffded043d4be (patch) | |
tree | f9dcf0865f08cdf59fda38161d9fc242be3e72d7 | |
parent | b9a48e5268e1df5e5952e5a3a7588cdccb03c782 (diff) | |
download | elibs-4f2d58e0860cfe3cc3ced9220527ffded043d4be.tar.gz elibs-4f2d58e0860cfe3cc3ced9220527ffded043d4be.tar.bz2 |
notmuch nits
-rw-r--r-- | notmuch.org | 6 |
1 files 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 |