doom-modeline
doom-modeline copied to clipboard
Add notmuch unread email support
I use notmuch for email, and it doesn't look too hard to add support for it, as there is for mu4e -- just need to change the variable that is being checked. notmuch-unread can be depended on for this variable.
You are right. But I am not using notmuch. PR is welcome.
will do!
hey, just chiming in to preset to you guys the notmuch-indicator
package from Prot. the code for the notmuch unread count is there and very neatly organized as is usual of Prot's code.
@bigodel Cool. Thank you!
The notmuch-indicatior
leverages global-mode-string
to display the indicator in mode-line. It's compatible with doom-modeline
, and it's unnecessary to implement a new segment.
Of course you can make a new better one. The PR is always welcome!
Then I'm closing it.