[oni-notmuch] Show messages tagged @me specially
This commit is contained in:
parent
fac5c04ce5
commit
8329141c43
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue