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 /src/Xmobar.hs | |
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 'src/Xmobar.hs')
-rw-r--r-- | src/Xmobar.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Xmobar.hs b/src/Xmobar.hs index d2e4126..f37f065 100644 --- a/src/Xmobar.hs +++ b/src/Xmobar.hs @@ -39,6 +39,7 @@ module Xmobar (xmobar , module Xmobar.Plugins.Mail , module Xmobar.Plugins.MBox #endif + , module Xmobar.Plugins.NotmuchMail , module Xmobar.Plugins.Monitors , module Xmobar.Plugins.PipeReader , module Xmobar.Plugins.MarqueePipeReader @@ -70,6 +71,7 @@ import Xmobar.Plugins.PipeReader import Xmobar.Plugins.StdinReader import Xmobar.Plugins.MarqueePipeReader import Xmobar.Plugins.XMonadLog +import Xmobar.Plugins.NotmuchMail import Xmobar.App.Main(xmobar, xmobarMain, configFromArgs) import Xmobar.App.Config(defaultConfig) |