summaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2019-10-15 01:41:53 +0100
committerjao <jao@gnu.org>2019-10-15 01:41:53 +0100
commiteedfac13b83ebf3eafcdd552f15cb34710860381 (patch)
treee23dac16490ca9b886b7e8a13c09ec07e1714f02 /readme.md
parent6f8839cf20ec01a583cba9a90e11bc54ded6389b (diff)
downloadxmobar-eedfac13b83ebf3eafcdd552f15cb34710860381.tar.gz
xmobar-eedfac13b83ebf3eafcdd552f15cb34710860381.tar.bz2
New plugin: MailX
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index a20a85f..6cff2ab 100644
--- a/readme.md
+++ b/readme.md
@@ -1275,6 +1275,30 @@ following differences:
("lists", "~/var/mail/lists")]
"mail"
+### `MailX Args Opts Alias`
+
+- Args: list of maildirs in form
+ `[("name1","path1","color1"),...]`. Paths may start with a '~'
+ to expand to the user's home directory. When mails are present,
+ counts are displayed with the given name and color.
+- Opts is a possibly empty list of options, as flags. Possible values:
+ -d dir --dir dir a string giving the base directory where maildir files with
+ a relative path live.
+ -p prefix --prefix prefix a string giving a prefix for the list
+ of displayed mail counts
+ -s suffix --suffix suffix a string giving a suffix for the list
+ of displayed mail counts
+- This plugin requires inotify support in your Linux kernel and the
+ [hinotify] package. To activate, pass `--flags="with_inotify"`
+ during compilation.
+- Example:
+
+ Run MailX [("I", "inbox", "green"),
+ ("L", "lists", "orange")]
+ ["-d", "~/var/mail", "-p", " ", "-s", " "]
+ "mail"
+
+
### `MBox Mboxes Opts Alias`
- Mboxes a list of mbox files of the form `[("name", "path", "color")]`,