summaryrefslogtreecommitdiffhomepage
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
parent5bfb044219160f0ac6520d2c88d9f0949d4e3aa8 (diff)
downloadelibs-93c20635fb08e523b2df3033aebcbd13c7e4032e.tar.gz
elibs-93c20635fb08e523b2df3033aebcbd13c7e4032e.tar.bz2
notmuch little fix (buffer names)
-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)