My tagging operations
When tagging with k
, offer the following:
- mark as read (
m
), - mark as read and spam (
s
) - mark for deletion (
DEL
).
(with-eval-after-load 'notmuch
(setopt notmuch-tagging-keys
`(("m" ("-unread") "Mark as Read")
("s" ("+spam" "-unread") "Spam & Read")
("d" ("+deleted" "-unread") "Delete"))))