aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-11-13 16:59:24 -0800
committerGravatar Tom Willemse2022-11-13 16:59:24 -0800
commit8329141c438f901284a0f62d16a00c1addc9432a (patch)
treea0ef1a684729d1ffc680f67cf7aafa42cbda0391
parentfac5c04ce56ec37600281947c818bda5009b4726 (diff)
downloademacs-config-8329141c438f901284a0f62d16a00c1addc9432a.tar.gz
emacs-config-8329141c438f901284a0f62d16a00c1addc9432a.zip
[oni-notmuch] Show messages tagged @me specially
-rw-r--r--oni-notmuch.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/oni-notmuch.el b/oni-notmuch.el
index 14e8443..62a695a 100644
--- a/oni-notmuch.el
+++ b/oni-notmuch.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2022.0802.233530
+;; Version: 2022.1102.115002
;; Package-Requires: (notmuch ol-notmuch)
;; This program is free software; you can redistribute it and/or modify
@@ -39,6 +39,8 @@ in which to mark thread."
(add-to-list 'notmuch-search-line-faces
'("deleted" . (:foreground "#3f4242")))
+(add-to-list 'notmuch-search-line-faces
+ '("@me" . (:foreground "#90ca82")))
(define-key notmuch-search-mode-map (kbd "d") #'oni-notmuch-search-delete-thread)