refactor(notmuch): parameterize delete/spam tags

This commit is contained in:
Leonard Lausen 2021-11-21 13:02:18 -05:00 committed by GitHub
parent 02850dd6d7
commit 196ea03281
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 5 deletions

View file

@ -25,6 +25,16 @@ OR a shell command string such as
(defvar +notmuch-mail-folder "~/.mail/account.gmail"
"Where your email folder is located (for use with gmailieer).")
(defvar +notmuch-delete-tags '("+trash" "-inbox" "-unread")
"Tags applied to mark email for deletion.
When replacing the +trash tag by a different tag such as
+deleted, you will need to update the notmuch-saved-searches
variable accordingly.")
(defvar +notmuch-spam-tags '("+spam" "-inbox" "-unread")
"Tags applied to mark email as spam.")
;;
;;; Packages