summaryrefslogtreecommitdiffhomepage
path: root/lib/net/jao-notmuch.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-07-29 21:05:28 +0100
committerjao <jao@gnu.org>2021-07-29 21:36:29 +0100
commit1678be4f58d23b5c7129c15558782c92dd0fdff0 (patch)
tree54648b51779bc95bcb78a54996747d406f652eec /lib/net/jao-notmuch.el
parent16ec62e787f7992d2a331576d867a57498cba5a3 (diff)
downloadelibs-1678be4f58d23b5c7129c15558782c92dd0fdff0.tar.gz
elibs-1678be4f58d23b5c7129c15558782c92dd0fdff0.tar.bz2
nits
Diffstat (limited to 'lib/net/jao-notmuch.el')
-rw-r--r--lib/net/jao-notmuch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/jao-notmuch.el b/lib/net/jao-notmuch.el
index 905dcd9..2a785b1 100644
--- a/lib/net/jao-notmuch.el
+++ b/lib/net/jao-notmuch.el
@@ -213,7 +213,7 @@
(defun jao-notmuch--tree-update-buffer-name (&optional n)
(when-let ((n (or n (jao-notmuch--unread-count))))
- (rename-buffer (format "{%s - %s}" (jao-notmuch--query-name) n))
+ (rename-buffer (format "%s - %s" (jao-notmuch--query-name) n))
(jao-minibuffer-refresh)))
(defun jao-notmuch--tree-sentinel (proc &rest _)