summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/notmuch.org b/notmuch.org
index c12019a..b8c2dda 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -132,8 +132,9 @@
;; ,(jao-notmuch--q "feeds" "today" "tf" '("tag:feeds" "date:24h.."))
,(jao-notmuch--q "bml" "flagged" "rb" '("tag:flagged" "tag:bigml"))
,(jao-notmuch--q "bml" "todo" "btt" '("tag:todo" "tag:bigml"))
- ,(jao-notmuch--q "jao" "flagged" "rj" '("tag:flagged" "not tag:bigml"))
+ ,(jao-notmuch--q "jao" "flagged" "rj" '("tag:flagged" "tag:jao"))
,(jao-notmuch--q "jao" "todo" "jt" '("tag:todo" "not tag:bigml"))
+ ,(jao-notmuch--q "feeds" "flagged" "rf" '("tag:flagged" "tag:feeds"))
,(jao-notmuch--q "new" nil "nn" '("tag:new"))
,(jao-notmuch--q "unread" nil "nu" '("tag:unread"))))