summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-08-13 19:56:43 +0100
committerjao <jao@gnu.org>2021-08-13 19:56:43 +0100
commit3f29339692179382b7762a939618b7d60309bd3c (patch)
treea981e0afebf28ca777970e61b40bd0b7343561b7 /notmuch.org
parent8e52545e478b31292900e4114397554863954138 (diff)
downloadelibs-3f29339692179382b7762a939618b7d60309bd3c.tar.gz
elibs-3f29339692179382b7762a939618b7d60309bd3c.tar.bz2
nits
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org7
1 files changed, 4 insertions, 3 deletions
diff --git a/notmuch.org b/notmuch.org
index ed9d9e5..05d3f8f 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -41,7 +41,7 @@
(setq notmuch-tree-result-format
'(("date" . "%12s ")
("authors" . "%-35s")
- ((("tree" . "%s ")("subject" . "%s")) . " %-100s")
+ ((("tree" . "%s ") ("subject" . "%s")) . " %-100s")
("tags" . " (%s)"))
notmuch-search-result-format
'(("date" . "%12s ")
@@ -167,8 +167,9 @@
notmuch-archive-tags '("+trove" "-new")
notmuch-address-internal-completion '(received nil)
notmuch-fcc-dirs
- '((".*@bigml.com" . "bigml/sent +bigml +sent -new")
- (".*" . "jao/sent +jao +sent -new"))
+ '(("\\(support\\|education\\)@bigml.com" . nil)
+ (".*@bigml.com" . "bigml/sent +bigml +sent -new")
+ (".*" . "jao/trove +jao +sent +trove -new"))
notmuch-maildir-use-notmuch-insert t
notmuch-message-headers '("Subject" "To" "Cc" "Date" "List-Id")
notmuch-wash-signature-lines-max 0