From f99d4b4064250158d9e3bd4d94444f3f19a08b06 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 16 Jun 2021 23:42:07 +0100 Subject: wee tweaks --- email.org | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'email.org') 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")))) -- cgit v1.2.3