mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: tweak the notmuch-indicator section
This commit is contained in:
parent
7645309311
commit
66f18b9b14
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue