diff options
author | jao <jao@gnu.org> | 2022-08-25 10:15:00 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-25 10:15:00 +0100 |
commit | 87ea96e50e2552cd94638b973167e9afc911d371 (patch) | |
tree | 058b3e3fa747e71de1513ac5ca630e558d68cbfa /custom | |
parent | 5cc664cbd71b48129b936b9314d6efb1f7b96930 (diff) | |
download | elibs-87ea96e50e2552cd94638b973167e9afc911d371.tar.gz elibs-87ea96e50e2552cd94638b973167e9afc911d371.tar.bz2 |
notmuch: better defaults for fcc-dirs
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-notmuch.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index f6ab68f..9ca937c 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -225,7 +225,8 @@ notmuch-draft-quoted-tags '("part") notmuch-fcc-dirs '(("\\(support\\|education\\)@bigml.com" . nil) - (".*@bigml.com" . "bigml/trove -unread -new +sent +bigml +trove")) + (".*@bigml.com" . "bigml/trove -new -unread +sent +bigml +trove") + (".*" . "trove/jao -new -unread +sent +jao +trove")) notmuch-maildir-use-notmuch-insert t) :custom ((notmuch-address-internal-completion '(sent nil))) |