[oni-notmuch] Give deleted emails a different face
This commit is contained in:
parent
d8158ea7ee
commit
1f1e23ffd0
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2022.0701.193231
|
||||
;; Version: 2022.0802.233530
|
||||
;; Package-Requires: (notmuch ol-notmuch)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -37,6 +37,9 @@ in which to mark thread."
|
|||
(notmuch-search-archive-thread reverse begin end)
|
||||
(notmuch-search-tag (notmuch-tag-change-list '("deleted") reverse) begin end))
|
||||
|
||||
(add-to-list 'notmuch-search-line-faces
|
||||
'("deleted" . (:foreground "#3f4242")))
|
||||
|
||||
(define-key notmuch-search-mode-map (kbd "d") #'oni-notmuch-search-delete-thread)
|
||||
|
||||
(provide 'oni-notmuch)
|
||||
|
|
Loading…
Reference in a new issue