summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-10-08 19:32:22 -0700
committerFranck Cuny <franck@fcuny.net>2021-10-08 19:32:45 -0700
commitc6df1529e823e6e8ba8d556888ecaf1803f6145e (patch)
tree202bcd3096c900193d80f7a332b8a0b1b43be352 /emacs/custom
parentemacs: small tweaks to the theme (diff)
downloademacs.d-c6df1529e823e6e8ba8d556888ecaf1803f6145e.tar.gz
emacs: notmuch's tags for archiving emails
Diffstat (limited to 'emacs/custom')
-rw-r--r--emacs/custom/fcuny-notmuch.el3
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)