From 3f29339692179382b7762a939618b7d60309bd3c Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 13 Aug 2021 19:56:43 +0100 Subject: nits --- notmuch.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'notmuch.org') 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 -- cgit v1.2.3