summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/notmuch.org b/notmuch.org
index 971f53c..340a114 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -63,7 +63,7 @@
(defvar jao-notmuch--shared-tags
'("new" "unread" "flagged" "signed" "sent" "attachment" "forwarded"
- "encrypted" "gmane" "feeds" "rss" "mce" "trove" "prog" "emacs"))
+ "encrypted" "gmane" "gnus" "feeds" "rss" "mce" "trove" "prog" "emacs"))
(defun jao-notmuch--subtags (tag &rest excl)
(let* ((cmd (concat "notmuch search --output=tags tag:" tag))
@@ -132,11 +132,11 @@
'("tag:jao" "date:24h.."
"not tag:\"/(feeds|spam|local)/\""))
,(jao-notmuch--q "jao" "flagged" "rj" '("tag:flagged" "tag:jao"))
- ,(jao-notmuch--q "jao" "drafts" "d" '("tag:draft"))
,(jao-notmuch--q "feeds" "flagged" "rf" '("tag:flagged" "tag:feeds"))))
(defvar jao-notmuch-new-searches
- `(,(jao-notmuch--q "new" nil "nn" '("tag:new" "not tag:draft"))
+ `(,(jao-notmuch--q "jao" "drafts" "d" '("tag:draft"))
+ ,(jao-notmuch--q "new" nil "nn" '("tag:new" "not tag:draft"))
,(jao-notmuch--q "unread" nil "nu" '("tag:unread"))
(:query "*" :name "messages")))