diff options
-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" |