From c2fdc5b445aa5ff8c53aa4ef6e098aa0dd180d96 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 2 Jun 2022 02:25:00 +0100 Subject: notmuch: counters as header line format --- notmuch.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'notmuch.org') 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/\""))))) -- cgit v1.2.3