summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-09-17 01:29:01 +0100
committerjao <jao@gnu.org>2021-09-17 01:29:01 +0100
commit02febe0d66e0c77209d9f5bc831f7a7c0f49d856 (patch)
tree070e13e3b7ba4f159bbe6e3aad7e1c838a1b965f /notmuch.org
parent32e102b72b7339774bd6df7a4c5a116584fc424a (diff)
downloadelibs-02febe0d66e0c77209d9f5bc831f7a7c0f49d856.tar.gz
elibs-02febe0d66e0c77209d9f5bc831f7a7c0f49d856.tar.bz2
nits
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org10
1 files changed, 7 insertions, 3 deletions
diff --git a/notmuch.org b/notmuch.org
index 4125893..b0e5cfc 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -63,7 +63,7 @@
,(jao-notmuch--q "bigml" "support" "bs")
,(jao-notmuch--q "bigml" "bugs" "bb")
,@(jao-notmuch--mboxes-search "bigml" "inbox" "support")
- ,@(jao-notmuch--mboxes-search "jao")
+ ,@(jao-notmuch--mboxes-search "jao" "drafts")
,(jao-notmuch--qn "local" nil "l" '("tag:local"))
,(jao-notmuch--qn "emacs" "feeds" "ee" '("tag:emacs"))
,(jao-notmuch--qn "emacs" "github" "eg" '("tag:emacs-github"))
@@ -71,7 +71,11 @@
,(jao-notmuch--qn "emacs" "bugs" "eb" '("tag:emacs-bugs"))
,(jao-notmuch--qn "emacs" "diffs" "ec" '("tag:emacs-diffs"))
,(jao-notmuch--qn "feeds" "lobsters" "fl" '("tag:lobsters"))
- ,(jao-notmuch--qn "feeds" "prog" "fp" '("tag:prog" "not tag:lobsters"))
+ ,(jao-notmuch--qn "feeds" "notmuch" "fn" '("tag:notmuch"))
+ ,(jao-notmuch--qn "feeds" "xmobar" "fx" '("tag:xmobar"))
+ ,(jao-notmuch--qn "feeds" "prog" "fp"
+ '("tag:prog"
+ "not tag:\"/(lobsters|xmobar|notmuch)/\""))
,@(jao-notmuch--mboxes-search "feeds" "emacs" "prog")
,(jao-notmuch--q "bml" "today" "tb" '("tag:bigml" "date:24h..") t)
,(jao-notmuch--q "jao" "today" "tj"
@@ -292,7 +296,7 @@
("count" . "%-7s ")
("authors" . "%-35s")
("subject" . " %-100s")
- ("tags" . "(%s)")))
+ (jao-notmuch-format-tags . " (%s)")))
:bind (:map notmuch-search-mode-map
(("RET" . notmuch-tree-from-search-thread)
("M-RET" . notmuch-search-show-thread))))