diff options
| author | jao <jao@gnu.org> | 2025-11-05 00:00:01 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2025-11-05 00:00:01 +0000 |
| commit | ab4e4decdc872b89c6568d7d7897b7552755cd10 (patch) | |
| tree | 3a556242efe9a2d038905b5b893b125f790342c1 /custom | |
| parent | 75ec1638a16c3ccfbb1cfbe189e48e111eb80bdd (diff) | |
| download | elibs-ab4e4decdc872b89c6568d7d7897b7552755cd10.tar.gz elibs-ab4e4decdc872b89c6568d7d7897b7552755cd10.tar.bz2 | |
notmuch: archive tags, fcc dirs
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/jao-custom-notmuch.el | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 4a21816..e8f2fe4 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -198,7 +198,8 @@ '("new" "unread" "flagged" "signed" "sent" "attachment" "forwarded" "inbox" "encrypted" "gmane" "gnus" "feeds" "rss" "mce" "trove" "prog" "emacs")) -(setq notmuch-archive-tags '("+trove" "-new" "-drivel" "-words" "-inbox") +(setq notmuch-archive-tags + '("+trove" "-hacking" "-new" "-drivel" "-words" "-inbox") notmuch-show-mark-read-tags '("-new" "-unread") notmuch-tag-formats (let (;; (d `(:foreground ,(face-attribute 'jao-themes-dimm :foreground))) @@ -238,11 +239,7 @@ notmuch-always-prompt-for-sender t notmuch-draft-folder "drafts" notmuch-draft-quoted-tags '("part") - notmuch-fcc-dirs - '(("\\(support\\|education\\)@bigml.com" . nil) - ("mail@jao.io" . nil) - (".*@bigml.com" . "bigml -new -unread +sent +bigml") - (".*" . "jao -new -unread +sent +jao")) + notmuch-fcc-dirs '((".*" . "sent -new -unread +sent +jao")) notmuch-maildir-use-notmuch-insert t) :custom ((notmuch-address-internal-completion '(sent nil))) |
