~protesilaos/notmuch-indicator

Add notmuch count to the Emacs global-mode-string (mode line)
Bind call to notmuch birary to user's ~ directory
Clarify that notmuch-indicator-args is updated as part of current development
Update the sample configuration

clone

read-only
https://git.sr.ht/~protesilaos/notmuch-indicator
read/write
git@git.sr.ht:~protesilaos/notmuch-indicator

You can also use your local clone with git send-email.

#notmuch-indicator for GNU Emacs

This is a simple package that renders an indicator with an email count of the notmuch index on the Emacs mode line. The underlying mechanism is that of notmuch-count(1), which is used to find the number of items that match the given search terms. In practice, the user can define one or more searches and display their counters. These form a string which realistically is like: @50 😱1000 💕0 for unread messages, bills, and love letters, respectively.