diff options
| author | 2025-04-06 23:14:38 -0700 | |
|---|---|---|
| committer | 2025-04-06 23:14:38 -0700 | |
| commit | cdf3a71d98f21b68b7b261528fc5d2a100196aaa (patch) | |
| tree | 7e4a440f5b6ac8b11a349d0efc77676273edeea9 | |
| parent | 3b494e986ed61f785416ee63ad359dca97f3a589 (diff) | |
| download | emacs-config-cdf3a71d98f21b68b7b261528fc5d2a100196aaa.tar.gz emacs-config-cdf3a71d98f21b68b7b261528fc5d2a100196aaa.zip | |
notmuch: Redo deleted tag display
| -rw-r--r-- | oni-notmuch.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-notmuch.el b/oni-notmuch.el index 4d79edd..010cb1b 100644 --- a/oni-notmuch.el +++ b/oni-notmuch.el @@ -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) |
