summaryrefslogtreecommitdiffhomepage
path: root/lib/net/jao-notmuch.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-07-05 23:06:59 +0100
committerjao <jao@gnu.org>2021-07-05 23:06:59 +0100
commit93c20635fb08e523b2df3033aebcbd13c7e4032e (patch)
tree7271b5bfc40f4acd26dc143096f93dc1387c9251 /lib/net/jao-notmuch.el
parent5bfb044219160f0ac6520d2c88d9f0949d4e3aa8 (diff)
downloadelibs-93c20635fb08e523b2df3033aebcbd13c7e4032e.tar.gz
elibs-93c20635fb08e523b2df3033aebcbd13c7e4032e.tar.bz2
notmuch little fix (buffer names)
Diffstat (limited to 'lib/net/jao-notmuch.el')
-rw-r--r--lib/net/jao-notmuch.el3
1 files changed, 2 insertions, 1 deletions
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)