summary refs log tree commit diff
diff options
context:
space:
mode:
-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)