summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-10-19 23:58:26 +0100
committerjao <jao@gnu.org>2021-10-19 23:58:26 +0100
commit852d1615857e36f41b6186023efe09e96496a090 (patch)
treed721ec2c23e60f40e99dc98e5256aecd6103c4d9 /notmuch.org
parent63fcb96ce657e4d15410abaa216f3eb493ec5d93 (diff)
downloadelibs-852d1615857e36f41b6186023efe09e96496a090.tar.gz
elibs-852d1615857e36f41b6186023efe09e96496a090.tar.bz2
notmuch: all searches can be trees with folding
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org12
1 files changed, 6 insertions, 6 deletions
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 ()