My fontification
Fontify the messages tagged as deleted
or spam
Strike through all deleted
and spam
messages.
(with-eval-after-load 'notmuch
(setopt notmuch-search-line-faces
'(("unread" . notmuch-search-unread-face)
("deleted" . notmuch-tag-deleted)
("spam" . notmuch-tag-deleted))))