diff options
author | slotThe <soliditsallgood@mailbox.org> | 2020-11-26 10:24:23 +0100 |
---|---|---|
committer | slotThe <soliditsallgood@mailbox.org> | 2020-11-29 18:56:35 +0100 |
commit | 5c20da743b34f05ea25f3b4de60ba5e570fc264f (patch) | |
tree | a99f1530c95dd6e856c746a40f329aad277f19e5 /xmobar.cabal | |
parent | 779bc598aa5f33e74cae5d6f5d28aab7f49b5c85 (diff) | |
download | xmobar-5c20da743b34f05ea25f3b4de60ba5e570fc264f.tar.gz xmobar-5c20da743b34f05ea25f3b4de60ba5e570fc264f.tar.bz2 |
Add new plugin: NotmuchMail
This plugin checks for new mail, provided that this mail is indexed by
notmuch. As mail that was tagged is moved from the new directory to
cur, the 'Mail' plugin (and its variants) won't work for such mail.
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 1a9b41b..391ac3f 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -140,6 +140,7 @@ library Xmobar.Plugins.XMonadLog, Xmobar.Plugins.Kbd, Xmobar.Plugins.Locks, + Xmobar.Plugins.NotmuchMail, Xmobar.Plugins.Monitors, Xmobar.Plugins.Monitors.Batt, Xmobar.Plugins.Monitors.Common, |