From 2f4b2f966aacbeeb3f97d3b08e764394e5dd39ad Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 4 Aug 2025 23:40:18 -0700 Subject: oni-notmuch: Add special face for Punt-related emails --- oni-notmuch.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oni-notmuch.el b/oni-notmuch.el index 010cb1b..2a2443f 100644 --- a/oni-notmuch.el +++ b/oni-notmuch.el @@ -79,6 +79,8 @@ Display SIGNAL when the process has finished and refresh the '("@me" . (:foreground "#90ca82"))) (add-to-list 'notmuch-search-line-faces '("deleted" . (:foreground "#848484" :strike-through t :weight regular))) +(add-to-list 'notmuch-search-line-faces + '("punt" . (:foreground "#00ffba"))) (add-to-list 'display-buffer-alist (cons (rx bos (eval oni-notmuch-notmuch-new-buffer-name) eos) -- cgit v1.3-2-g0d8e