From 5c20da743b34f05ea25f3b4de60ba5e570fc264f Mon Sep 17 00:00:00 2001 From: slotThe Date: Thu, 26 Nov 2020 10:24:23 +0100 Subject: 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. --- src/Xmobar.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Xmobar.hs') 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) -- cgit v1.2.3