summaryrefslogtreecommitdiffhomepage
path: root/email.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-06-16 23:42:07 +0100
committerjao <jao@gnu.org>2021-06-16 23:42:07 +0100
commitf99d4b4064250158d9e3bd4d94444f3f19a08b06 (patch)
treefa4c80507fb4c499ecaa615ff0b0ecec08321528 /email.org
parentb335bb236901ba542750e9a2d7dbe1d9985bd801 (diff)
downloadelibs-f99d4b4064250158d9e3bd4d94444f3f19a08b06.tar.gz
elibs-f99d4b4064250158d9e3bd4d94444f3f19a08b06.tar.bz2
wee tweaks
Diffstat (limited to 'email.org')
-rw-r--r--email.org13
1 files changed, 7 insertions, 6 deletions
diff --git a/email.org b/email.org
index 193a669..76bbbcf 100644
--- a/email.org
+++ b/email.org
@@ -257,7 +257,7 @@
(seq-mapcat (lambda (base)
(mapcar `(lambda (d) (format "%s/%s" ,base d))
(apply #'jao-list-mailboxes base excl)))
- '("jao" "bigml" "feeds" "trove")))
+ '("jao" "bigml" "feeds")))
(defvar jao-mailbox-folders (jao-mailbox-folders "trash" "spam"))
(defvar jao-mailbox-folders-rx (regexp-opt jao-mailbox-folders))
@@ -388,11 +388,12 @@
,@(jao-notmuch--mboxes-search "bigml" "inbox" "support")
,@(jao-notmuch--mboxes-search "jao")
,@(jao-notmuch--mboxes-search "feeds")
- ,(jao-notmuch--q "gmane" "emacs" "e")
- ,(jao-notmuch--q "gmane" nil "g"
- '("tag:gmane" "tag:new" "not tag:emacs"))
- ,(jao-notmuch--q "bml/today" nil "tb" '("tag:bigml" "date:1d..") t)
- ,(jao-notmuch--q "jao/today" nil "tj" '("tag:jao" "date:1d..") t)
+ ,(jao-notmuch--q "local" nil "l" '("tag:local" "tag:new"))
+ ,(jao-notmuch--q "bml" "today" "tb" '("tag:bigml" "date:1d..") t)
+ ,(jao-notmuch--q "jao" "today" "tj"
+ '("tag:jao" "date:1d.."
+ "not tag:\"/(feeds|spam)/\"")
+ t)
,(jao-notmuch--q "flagged" nil "r" '("tag:flagged") t)
,(jao-notmuch--q "new" nil "n" '("tag:new"))
,(jao-notmuch--q "draft" nil "d" '("tag:draft"))))