diff options
-rw-r--r-- | init.org | 2 | ||||
-rw-r--r-- | lib/net/jao-notmuch.el | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -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) |