summaryrefslogtreecommitdiffhomepage
path: root/custom
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-10-03 02:28:02 +0100
committerjao <jao@gnu.org>2022-10-03 02:33:52 +0100
commit649d6ff53accc4c07f3f771c7354b95c19511aa2 (patch)
treead19073b2225095ccaf48cbb19a5de5ead240152 /custom
parent00f4ac1320d5f521e34b280a88eca6709cfff890 (diff)
downloadelibs-649d6ff53accc4c07f3f771c7354b95c19511aa2.tar.gz
elibs-649d6ff53accc4c07f3f771c7354b95c19511aa2.tar.bz2
attic
Diffstat (limited to 'custom')
-rw-r--r--custom/jao-custom-notmuch.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el
index 731a277..4938e01 100644
--- a/custom/jao-custom-notmuch.el
+++ b/custom/jao-custom-notmuch.el
@@ -445,7 +445,8 @@
:init
(setq notmuch-tree-result-format
`(("date" . "%12s ")
- (jao-notmuch-format-author . 25)
+ ("authors" . "%-25s")
+ ;; (jao-notmuch-format-author . 25)
(jao-notmuch-format-msg-ticks . ,jao-mails-regexp)
(jao-notmuch-format-tree-and-subject . "%>-85s")
(jao-notmuch-format-tags . " (%s)"))