mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
Fixed this bug up
This commit is contained in:
parent
8042beb9b2
commit
254576c2f9
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
(defun notmuch-get-unread-string ()
|
||||
(let ((count
|
||||
(setq notmuch-unread-inbox-count
|
||||
(notmuch-count-query "tag:inbox AND tag:unread")))
|
||||
(notmuch-count-query "tag:inbox and thread:{tag:unread}")))
|
||||
(all (notmuch-count-query "tag:inbox")))
|
||||
(format " %s [%d/%d] "
|
||||
(if (zerop count) "" "")
|
||||
|
|
|
|||
Loading…
Reference in a new issue