From 8d69ec9c7ac4b4ee8a9a2df244ac6130a66979a9 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 4 Jul 2021 03:21:13 +0100 Subject: recovering explicit org-notmuch integration --- lib/net/jao-notmuch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net/jao-notmuch.el') 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)))) -- cgit v1.2.3