From 852d1615857e36f41b6186023efe09e96496a090 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 19 Oct 2021 23:58:26 +0100 Subject: notmuch: all searches can be trees with folding --- notmuch.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'notmuch.org') diff --git a/notmuch.org b/notmuch.org index 02afc6f..08791f7 100644 --- a/notmuch.org +++ b/notmuch.org @@ -13,10 +13,11 @@ (:name "S" :query "tag:new and tag:bigml and tag:support") (:name "W" :query "tag:new and tag:bigml" :face jao-themes-dimm) (:name "H" :query "tag:new and tag:jao and tag:hacking") + (:name "T" :query "tag:new and tag:jao and tag:think") (:name "E" :query "tag:new and tag:\"/emacs/\"" :face jao-themes-dimm) (:name "l" :query "tag:new and tag:local" :face jao-themes-dimm) (:name "J" :query - "tag:new and tag:jao and not tag:\"/local|emacs|hacking|feeds/\"" + "tag:new and tag:jao and not tag:\"/local|emacs|hacking|feeds|think/\"" :face jao-themes-dimm) (:name "F" :query "tag:new and tag:feeds and not tag:\"/emacs/\"" :face jao-themes-dimm))) @@ -79,13 +80,12 @@ "not tag:\"/(lobsters|xmobar|notmuch|haskell)/\"")) ,@(jao-notmuch--mboxes-search "feeds" "emacs" "prog") ,(jao-notmuch--q "jao" "draft" "d" '("tag:draft")) - ,(jao-notmuch--q "bml" "today" "tb" '("tag:bigml" "date:24h..") t) + ,(jao-notmuch--q "bml" "today" "tb" '("tag:bigml" "date:24h..")) ,(jao-notmuch--q "jao" "today" "tj" '("tag:jao" "date:24h.." - "not tag:\"/(feeds|spam|local)/\"") - t) - ,(jao-notmuch--q "bml" "flagged" "rb" '("tag:flagged" "tag:bigml") t) - ,(jao-notmuch--q "jao" "flagged" "rj" '("tag:flagged" "not tag:bigml") t) + "not tag:\"/(feeds|spam|local)/\"")) + ,(jao-notmuch--q "bml" "flagged" "rb" '("tag:flagged" "tag:bigml")) + ,(jao-notmuch--q "jao" "flagged" "rj" '("tag:flagged" "not tag:bigml")) ,(jao-notmuch--q "unread" nil "n" '("tag:unread")))) (defun jao-notmuch-tree-widen-search () -- cgit v1.2.3