summaryrefslogtreecommitdiffhomepage
path: root/lib/net/jao-notmuch.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-07-04 03:21:13 +0100
committerjao <jao@gnu.org>2021-07-04 03:21:13 +0100
commit8d69ec9c7ac4b4ee8a9a2df244ac6130a66979a9 (patch)
treee809117e365791769fc044ca0ee2025fb1572cf8 /lib/net/jao-notmuch.el
parent79381fcbd6892b4cf3ef43dca46a61a8a5da1cee (diff)
downloadelibs-8d69ec9c7ac4b4ee8a9a2df244ac6130a66979a9.tar.gz
elibs-8d69ec9c7ac4b4ee8a9a2df244ac6130a66979a9.tar.bz2
recovering explicit org-notmuch integration
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 f0659f6..bb57f57 100644
--- a/lib/net/jao-notmuch.el
+++ b/lib/net/jao-notmuch.el
@@ -156,7 +156,7 @@
(setq total (1+ total))
(when (or (member "unread" tags) (member "new" tags))
(setq cnt (1+ cnt)))))
- (when cnt (format "%s out of %s messages left" cnt total)))))
+ (when cnt (format "%s / %s messages" cnt total)))))
(defun jao-notmuch--tree-update-buffer-name (&optional n)
(when-let ((n (or n (jao-notmuch--unread-count))))