summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--notmuch.org6
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