diff options
author | jao <jao@gnu.org> | 2021-07-04 03:21:13 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-07-04 03:21:13 +0100 |
commit | 8d69ec9c7ac4b4ee8a9a2df244ac6130a66979a9 (patch) | |
tree | e809117e365791769fc044ca0ee2025fb1572cf8 /lib | |
parent | 79381fcbd6892b4cf3ef43dca46a61a8a5da1cee (diff) | |
download | elibs-8d69ec9c7ac4b4ee8a9a2df244ac6130a66979a9.tar.gz elibs-8d69ec9c7ac4b4ee8a9a2df244ac6130a66979a9.tar.bz2 |
recovering explicit org-notmuch integration
Diffstat (limited to 'lib')
-rw-r--r-- | lib/net/jao-notmuch.el | 2 |
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)))) |