notmuch: Redo deleted tag display
This commit is contained in:
parent
3b494e986e
commit
cdf3a71d98
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2023.0927.230238
|
||||
;; Version: 2025.0328.215454
|
||||
;; Package-Requires: (oni-sendmail notmuch ol-notmuch olivetti)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -78,7 +78,7 @@ Display SIGNAL when the process has finished and refresh the
|
|||
(add-to-list 'notmuch-search-line-faces
|
||||
'("@me" . (:foreground "#90ca82")))
|
||||
(add-to-list 'notmuch-search-line-faces
|
||||
'("deleted" . (:foreground "#3f4242")))
|
||||
'("deleted" . (:foreground "#848484" :strike-through t :weight regular)))
|
||||
|
||||
(add-to-list 'display-buffer-alist
|
||||
(cons (rx bos (eval oni-notmuch-notmuch-new-buffer-name) eos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue