From c6df1529e823e6e8ba8d556888ecaf1803f6145e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 8 Oct 2021 19:32:22 -0700 Subject: emacs: notmuch's tags for archiving emails --- emacs/custom/fcuny-notmuch.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs/custom') 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) -- cgit 1.4.1