diff options
author | Franck Cuny <franck@fcuny.net> | 2021-10-08 19:32:22 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-10-08 19:32:45 -0700 |
commit | c6df1529e823e6e8ba8d556888ecaf1803f6145e (patch) | |
tree | 202bcd3096c900193d80f7a332b8a0b1b43be352 /emacs/custom | |
parent | emacs: small tweaks to the theme (diff) | |
download | emacs.d-c6df1529e823e6e8ba8d556888ecaf1803f6145e.tar.gz |
emacs: notmuch's tags for archiving emails
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-notmuch.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/custom/fcuny-notmuch.el b/emacs/custom/fcuny-notmuch.el index 43a7fd7..b3a81f2 100644 --- a/emacs/custom/fcuny-notmuch.el +++ b/emacs/custom/fcuny-notmuch.el @@ -7,6 +7,7 @@ (notmuch-show-logo nil) (notmuch-search-oldest-first nil) (notmuch-always-prompt-for-sender t) - (notmuch-show-relative-dates t)) + (notmuch-show-relative-dates t) + (notmuch-archive-tags '("-inbox" "-unread"))) (provide 'fcuny-notmuch) |