diff options
Diffstat (limited to 'config/doom')
-rw-r--r-- | config/doom/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index f54a8e7..ee6dca8 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -199,7 +199,7 @@ this new window. (setq notmuch-saved-searches '((:name "inbox" :query "tag:inbox" :key "i" :sort-order newest-first) (:name "CMK" :query "(tag:CMK-JIRA or tag:lists/gerrit-check_mk) and tag:unread" :key "c") - (:name "Isar-Speak" :query "(tag:toastmasters or tag:lists/isar-speak-officers or to isarspeak@gmail.com) and tag:unread" :key "t") + (:name "Isar-Speak" :query "(tag:Isar-Speak or tag:lists/isar-speak-officers) and tag:unread" :key "t") (:name "flagged" :query "tag:flagged" :key "f") (:name "sent" :query "tag:sent" :key "s") (:name "unread" :query "tag:unread" :key "u") |