Home / Emacs / Notmuch Hello / My saved searches / Step 1: Define / List
Fennel
(with-eval-after-load 'notmuch
(defun my-notmuch-search-list-fennel ()
"Notmuch saved search 'List: Fennel'."
'(and (tag unread)
(or (to "fennel@lists.sr.ht")
(to "fennel-ls@lists.sr.ht")
(list "~technomancy/fennel.lists.sr.ht")
(list "~xerool/fennel-ls@lists.sr.ht")
(and (from "noreply@notifs.matrix.org")
(subject "Fennel"))
(and (from "outgoing@sr.ht")
(subject "~technomancy/fennel"))))))