summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.org2
-rw-r--r--lib/net/jao-notmuch.el3
2 files changed, 3 insertions, 2 deletions
diff --git a/init.org b/init.org
index df56d7a..512c8ff 100644
--- a/init.org
+++ b/init.org
@@ -1496,7 +1496,7 @@
#+end_src
* Email
#+begin_src emacs-lisp
- (setq jao-afio-mail-function 'notmuch) ;; 'notmuch 'gnus 'mu4e
+ (setq jao-afio-mail-function 'notmuch)
(jao-load-org "email")
#+end_src
* PDFs
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)