tags 789693 + patch thanks Hi,
I'm not sure if this is the cleanest solution, but this patch is working for me. Cheers, Rul
From 6252bc7f1fe61e659d023fa1ff1b0d30c23c7ffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= <[email protected]> Date: Tue, 23 Jun 2015 11:53:32 -0300 Subject: [PATCH] actually mark as read messages --- emacs/notmuch-tree.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 8b6cd51..8d2e8ee 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -436,7 +436,8 @@ Does NOT change the database." (setq notmuch-tree-message-window window) (add-hook 'kill-buffer-hook 'notmuch-tree-message-window-kill-hook))) (when notmuch-show-mark-read-tags - (notmuch-tree-tag-update-display notmuch-show-mark-read-tags)) + (notmuch-tree-tag-update-display notmuch-show-mark-read-tags) + (notmuch-tree-tag notmuch-show-mark-read-tags)) (setq notmuch-tree-message-buffer buffer)))) (defun notmuch-tree-show-message-out () -- 2.1.4
signature.asc
Description: PGP signature

