diff options
author | Jose A Ortega Ruiz <jao@gnu.org> | 2010-02-05 23:13:30 +0100 |
---|---|---|
committer | Jose A Ortega Ruiz <jao@gnu.org> | 2010-02-05 23:13:30 +0100 |
commit | 720c9ecadb0302f43769f743b706ffedfbd6b44c (patch) | |
tree | f3a300f6150047b8aaddf46b4972e4f380ab524d /README | |
parent | d45ca504179f488f3958c1f7f3fd659b75be398d (diff) | |
download | xmobar-720c9ecadb0302f43769f743b706ffedfbd6b44c.tar.gz xmobar-720c9ecadb0302f43769f743b706ffedfbd6b44c.tar.bz2 |
New mail monitor for mbox files (MBox)
Ignore-this: abfbb44ff7c6407fa3b8cdf1a456c614
darcs-hash:20100205221330-748be-3ccdc724959795baad629e7b00573aef7cdfffb4.gz
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -410,7 +410,25 @@ Monitors have default aliases. - aliases to `Mail` - Args: list of maildirs in form [("name1","path1"),("name2","path2")] - This plugin requires INOTIFY support in Linux kernel and hinotify library. - To activate, pass --flags="with_inotify" to "runhaskell Setup configure". + To activate, pass --flags="with_inotify" to "runhaskell Setup configure" + or to "cabal configure". + +`MBox Mboxes BaseDir` + +- aliases to `MBox` +- Mboxes a list of mbox files of the form [("name", "path", "color")], + where name is the displayed name, path the absolute or relative (to + BaseDir) path of the mbox file, and color the color to use to display + the mail count (use an empty string for the default). +- BaseDir is a string giving the base directory where mbox files with + a relative path live. It can be empty if all your paths are + absolute. +- This plugin requires INOTIFY support in Linux kernel and hinotify library. + To activate, pass --flags="with_inotify" to "runhaskell Setup + configure" or to "cabal configure". +- Example: + `Run MBox [("I ", "inbox", "red"), ("O ", "/foo/mbox", "")] "/var/mail/"` + will look for mails in /var/mail/inbox and /foo/mbox. ### Monitor Plugins Commands Arguments |