diff options
| author | jao <jao@gnu.org> | 2026-06-01 21:20:07 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-06-20 17:07:26 +0100 |
| commit | 137e12bed01bbc24e3172bacf7da8c1988339161 (patch) | |
| tree | 180070e43a24fd9495b21da191501a4bd9caa636 /custom | |
| parent | e0ee7a2d9247762d7f5f1d311b81bbf556d55c0d (diff) | |
| download | elibs-137e12bed01bbc24e3172bacf7da8c1988339161.tar.gz elibs-137e12bed01bbc24e3172bacf7da8c1988339161.tar.bz2 | |
notmuch nits
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/jao-custom-notmuch.el | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 90e782d..2e46972 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -4,13 +4,11 @@ (defvar jao-notmuch-minibuffer-queries `((:name "" :query "tag:new and not tag:draft" :face jao-themes-f00) - (:name "I" :query "tag:new and tag:jao and tag:inbox" - :face jao-themes-warning) - (:name "W" :query "tag:new and tag:jao and tag:write" - :face jao-themes-warning) + (:name "I" :query "tag:new and tag:inbox" :face jao-themes-warning) + (:name "W" :query "tag:new and tag:write" :face jao-themes-warning) (:name "J" :query - ,(concat "tag:new and tag:jao and not " + ,(concat "tag:new and not " "tag:\"/feeds|local|hacking|draft|inbox|prog|words|write/\"") :face default) (:name "H" :query "tag:new and tag:hacking and not tag:\"/emacs/\"") @@ -203,8 +201,7 @@ ,(jao-notmuch--q "drafts" "D" nil '("tag:draft") t) ,(jao-notmuch--q "sent" "S" nil '("date:1d.." "tag:sent") t) ,(jao-notmuch--q "today" "T" nil - '("tag:jao" "date:24h.." - "not tag:\"/(sent|feeds|spam|local)/\"") + '("date:24h.." "not tag:\"/(sent|feeds|spam|local)/\"") t))) (jao-notmuch--def-searches "trove" @@ -280,7 +277,7 @@ ("flagged" "✓") ("forwarded" "→") ("gmane" "g") - ("jao" "j") + ("jao") ("lists" "l") ("new" "·") ("replied" "↩" (propertize tag 'face '(:family "Fira Code"))) @@ -548,7 +545,7 @@ consult-notmuch-result-format `((jao-notmuch-format-msg-ticks . ,jao-mails-regexp) ("date" . "%12s ") - ("authors" . "%-35s") + (jao-notmuch-format-authors . 99) ("subject" . " %-100s") (jao-notmuch-format-tags . " (%s)")) notmuch-tree-thread-symbols |
