summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 ()