diff options
author | jao <jao@gnu.org> | 2021-06-17 04:29:45 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-06-17 04:29:45 +0100 |
commit | 4a80bc3524c26084a31e773e07d5323554ab5736 (patch) | |
tree | 571836d50f184c2dcf7c4f32e9689a4c2aecd899 | |
parent | 6141e8ba27a11a0aa2163b39bbeaae6492fbfbf1 (diff) | |
download | elibs-4a80bc3524c26084a31e773e07d5323554ab5736.tar.gz elibs-4a80bc3524c26084a31e773e07d5323554ab5736.tar.bz2 |
nits
-rw-r--r-- | email.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -387,8 +387,11 @@ ,(jao-notmuch--q "bigml" "bug" "bb") ,@(jao-notmuch--mboxes-search "bigml" "inbox" "support") ,@(jao-notmuch--mboxes-search "jao") - ,@(jao-notmuch--mboxes-search "feeds") ,(jao-notmuch--q "local" nil "l" '("tag:local" "tag:new")) + ,(jao-notmuch--q "gmane" "emacs" "e") + ,(jao-notmuch--q "gmane" nil "g" + '("tag:gmane" "tag:new" "not tag:emacs")) + ,@(jao-notmuch--mboxes-search "feeds") ,(jao-notmuch--q "bml" "today" "tb" '("tag:bigml" "date:1d..") t) ,(jao-notmuch--q "jao" "today" "tj" '("tag:jao" "date:1d.." |