Personal website Rudolf Adamkovič

Home / Notmuch / Notmuch


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"))))

© 2025 Rudolf Adamkovič under GNU General Public License version 3.
Made with Emacs and secret alien technologies of yesteryear.