emacs: tweak the notmuch-indicator section

This commit is contained in:
Protesilaos Stavrou 2024-08-06 09:31:13 +03:00
parent 7645309311
commit 66f18b9b14
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -9487,18 +9487,19 @@ editing, file management, and related.
:after notmuch)
#+end_src
**** TODO The =prot-emacs-notmuch.el= section about the ~notmuch-indicator~
**** The =prot-emacs-notmuch.el= section about the ~notmuch-indicator~
:PROPERTIES:
:CUSTOM_ID: h:0f12f144-ca9f-4d07-8563-c33b3521bfb5
:END:
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 listing which
realistically is like: =@50 😱1000 💕0= for unread messages, bills, and
love letters, respectively.
This is a simple package of mine 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 listing which realistically is like: =@50
😱1000 💕0= for unread messages, bills, and love letters,
respectively.
+ Package name (GNU ELPA): ~notmuch-indicator~
+ Official manual: <https://protesilaos.com/emacs/notmuch-indicator>