From 49bd36e850867b0ef7627fa2590c09215ce47410 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 23 Feb 2022 10:15:50 -0600 Subject: Reorganize notmuch lists --- init.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index d7f7d8c..d295742 100644 --- a/init.el +++ b/init.el @@ -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") -- cgit 1.4.1-21-gabe81