summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-02-23 10:15:50 -0600
committerCase Duckworth2022-02-23 10:15:50 -0600
commit49bd36e850867b0ef7627fa2590c09215ce47410 (patch)
tree59987dac845729c34b65f7fc322d8945cf9dd9f0 /init.el
parentFurther configure mail (diff)
downloademacs-49bd36e850867b0ef7627fa2590c09215ce47410.tar.gz
emacs-49bd36e850867b0ef7627fa2590c09215ce47410.zip
Reorganize notmuch lists
Diffstat (limited to 'init.el')
-rw-r--r--init.el9
1 files changed, 4 insertions, 5 deletions
diff --git a/init.el b/init.el index d7f7d8c..d295742 100644 --- a/init.el +++ b/init.el
@@ -487,15 +487,14 @@
487 (add-hook 'message-send-hook #'+send-mail-dispatch) 487 (add-hook 'message-send-hook #'+send-mail-dispatch)
488 (advice-add 'notmuch-tag :filter-args #'+notmuch-correct-tags) 488 (advice-add 'notmuch-tag :filter-args #'+notmuch-correct-tags)
489 (:option notmuch-saved-searches (list 489 (:option notmuch-saved-searches (list
490 (list :name "lists"
491 :query (+notmuch-query-concat "tag:/List/"
492 "tag:unread")
493 :key "l")
494 ;; original
495 (list :name "inbox" 490 (list :name "inbox"
496 :query (+notmuch-query-concat "tag:inbox" 491 :query (+notmuch-query-concat "tag:inbox"
497 "NOT tag:Spam") 492 "NOT tag:Spam")
498 :key "i") 493 :key "i")
494 (list :name "lists"
495 :query (+notmuch-query-concat "tag:/List/"
496 "tag:unread")
497 :key "l")
499 (list :name "unread" 498 (list :name "unread"
500 :query (+notmuch-query-concat "tag:unread" 499 :query (+notmuch-query-concat "tag:unread"
501 "NOT tag:Spam") 500 "NOT tag:Spam")