diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 9 |
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") |