summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-06-02 02:25:00 +0100
committerjao <jao@gnu.org>2022-06-02 02:25:00 +0100
commitc2fdc5b445aa5ff8c53aa4ef6e098aa0dd180d96 (patch)
tree746038e75c9a136f27d9b6d61c38e115407a6e79 /notmuch.org
parentb221688313e7c39024417fedda997297ca69a30d (diff)
downloadelibs-c2fdc5b445aa5ff8c53aa4ef6e098aa0dd180d96.tar.gz
elibs-c2fdc5b445aa5ff8c53aa4ef6e098aa0dd180d96.tar.bz2
notmuch: counters as header line format
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/\"")))))