diff options
author | jao <jao@gnu.org> | 2021-06-23 00:53:49 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-06-23 00:53:49 +0100 |
commit | 7e8efd0708f79f96bc370d191998247bb757dd74 (patch) | |
tree | 73c5c05c94771774644c98b85907828f55dafbf6 | |
parent | 564c14d695f0b495e59cf88233a32b8a8530d254 (diff) | |
download | elibs-7e8efd0708f79f96bc370d191998247bb757dd74.tar.gz elibs-7e8efd0708f79f96bc370d191998247bb757dd74.tar.bz2 |
mail notification tweaks
-rw-r--r-- | email.org | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -329,9 +329,11 @@ (:name "S" :query "tag:new and tag:bigml and tag:support") (:name "W" :query "tag:new and tag:bigml" :face jao-themes-dimm) (:name "I" :query "tag:new and tag:jao and tag:inbox") - (:name "J" :query "tag:new and tag:jao and not tag:emacs" - :face jao-themes-dimm) + (:name "H" :query "tag:new and tag:jao and tag:hacking") (:name "E" :query "tag:new and tag:emacs" :face jao-themes-dimm) + (:name "J" :query + "tag:new and tag:jao and not tag:\"/emacs|hacking|feeds/\"" + :face jao-themes-dimm) (:name "N" :query "tag:new and tag:gmane and not tag:emacs" :face jao-themes-dimm) (:name "F" :query "tag:new and tag:feeds and not tag:emacs" |