From 720c9ecadb0302f43769f743b706ffedfbd6b44c Mon Sep 17 00:00:00 2001 From: Jose A Ortega Ruiz Date: Fri, 5 Feb 2010 23:13:30 +0100 Subject: New mail monitor for mbox files (MBox) Ignore-this: abfbb44ff7c6407fa3b8cdf1a456c614 darcs-hash:20100205221330-748be-3ccdc724959795baad629e7b00573aef7cdfffb4.gz --- Config.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Config.hs') diff --git a/Config.hs b/Config.hs index 36c1c85..3807711 100644 --- a/Config.hs +++ b/Config.hs @@ -35,6 +35,7 @@ import Plugins.EWMH #ifdef INOTIFY import Plugins.Mail +import Plugins.MBox #endif -- $config @@ -96,7 +97,7 @@ infixr :*: -- this function's type signature. runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: EWMH :*: #ifdef INOTIFY - Mail :*: + Mail :*: MBox :*: #endif () runnableTypes = undefined -- cgit v1.2.3