Reorganize notmuch lists

This commit is contained in:
Case Duckworth 2022-02-23 10:15:50 -06:00
parent 4326b4327f
commit 49bd36e850
1 changed files with 4 additions and 5 deletions

View File

@ -487,15 +487,14 @@
(add-hook 'message-send-hook #'+send-mail-dispatch)
(advice-add 'notmuch-tag :filter-args #'+notmuch-correct-tags)
(:option notmuch-saved-searches (list
(list :name "lists"
:query (+notmuch-query-concat "tag:/List/"
"tag:unread")
:key "l")
;; original
(list :name "inbox"
:query (+notmuch-query-concat "tag:inbox"
"NOT tag:Spam")
:key "i")
(list :name "lists"
:query (+notmuch-query-concat "tag:/List/"
"tag:unread")
:key "l")
(list :name "unread"
:query (+notmuch-query-concat "tag:unread"
"NOT tag:Spam")