From 93c20635fb08e523b2df3033aebcbd13c7e4032e Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 5 Jul 2021 23:06:59 +0100 Subject: notmuch little fix (buffer names) --- lib/net/jao-notmuch.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/net') diff --git a/lib/net/jao-notmuch.el b/lib/net/jao-notmuch.el index 97e34f5..1adbe34 100644 --- a/lib/net/jao-notmuch.el +++ b/lib/net/jao-notmuch.el @@ -120,7 +120,8 @@ (when (jao-notmuch-goto-message-buffer) (goto-char (point-min)) (jao-notmuch--toggle-mime) - (jao-notmuch-goto-tree-buffer))) + (jao-notmuch-goto-tree-buffer) + (jao-notmuch--tree-update-buffer-name))) (defun jao-notmuch-show-images () (interactive) -- cgit v1.2.3