diff options
| author | 2025-08-04 23:41:55 -0700 | |
|---|---|---|
| committer | 2025-12-15 00:28:16 -0800 | |
| commit | 2218b002e2a35e8cecc76a33646eb54cc7f3ade2 (patch) | |
| tree | bd690a767c3892614e6d3835eec18ed940343073 | |
| parent | 2f4b2f966aacbeeb3f97d3b08e764394e5dd39ad (diff) | |
| download | emacs-config-2218b002e2a35e8cecc76a33646eb54cc7f3ade2.tar.gz emacs-config-2218b002e2a35e8cecc76a33646eb54cc7f3ade2.zip | |
oni-notmuch: Remove unread tag when I archive a message
| -rw-r--r-- | oni-notmuch.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-notmuch.el b/oni-notmuch.el index 2a2443f..a3695e1 100644 --- a/oni-notmuch.el +++ b/oni-notmuch.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2025.0328.215454 +;; Version: 2025.0804.234042 ;; Package-Requires: (oni-sendmail notmuch ol-notmuch olivetti) ;; This program is free software; you can redistribute it and/or modify @@ -81,6 +81,7 @@ Display SIGNAL when the process has finished and refresh the '("deleted" . (:foreground "#848484" :strike-through t :weight regular))) (add-to-list 'notmuch-search-line-faces '("punt" . (:foreground "#00ffba"))) +(add-to-list 'notmuch-archive-tags "-unread") (add-to-list 'display-buffer-alist (cons (rx bos (eval oni-notmuch-notmuch-new-buffer-name) eos) |
