aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-08-04 23:40:18 -0700
committerGravatar Tom Willemse2025-12-15 00:28:16 -0800
commit2f4b2f966aacbeeb3f97d3b08e764394e5dd39ad (patch)
tree3a272bf35c48d0950059a6604d2da9d87f652031
parent953252074c8d498d18d10a39709188ead453f577 (diff)
downloademacs-config-2f4b2f966aacbeeb3f97d3b08e764394e5dd39ad.tar.gz
emacs-config-2f4b2f966aacbeeb3f97d3b08e764394e5dd39ad.zip
oni-notmuch: Add special face for Punt-related emails
-rw-r--r--oni-notmuch.el2
1 files changed, 2 insertions, 0 deletions
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)