summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/notmuch.org b/notmuch.org
index 3b203fe..a8792c1 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -18,7 +18,7 @@
:query "tag:new and tag:jao and tag:inbox"
:face jao-themes-warning)
(:name "J"
- :query "tag:new and tag:jao and not tag:\"/local|hacking|draft|inbox/\""
+ :query "tag:new and tag:jao and not tag:\"/local|hacking|draft|inbox|prog|words/\""
:face default)
(:name "H" :query "tag:new and tag:hacking and not tag:\"/emacs/\"")
(:name "E" :query "tag:new and tag:\"/emacs/\"")
@@ -75,11 +75,11 @@
(defvar jao-notmuch-feed-searches-hack
(mapcar #'jao-notmuch--sq
- '("xmobar" "geiser" "lobsters" "mailutils" "notmuch")))
+ '("xmobar" "geiser" "mdk" "mailutils" "notmuch")))
(defvar jao-notmuch-feed-searches-lang
(append (mapcar #'jao-notmuch--sq
- '("clojure" "lisp" "scheme"
+ '( "lobsters" "clojure" "lisp" "scheme"
"haskell" "idris" "erlang" "pharo"))
`(,(jao-notmuch--qn "feeds" "prog" "fp"
'("tag:prog" "not tag:\"/emacs/\"")))))