summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-06 19:35:13 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-06 19:35:13 +0100
commit91a1bc6c311cbf1efc48cde59a593ddf65409a5c (patch)
treee5dfeba36256f9464b1a11bc1d83986d8dc1816c /README
parentae8a67090f60cc9aeb623bcc79e0df1af0d7f8eb (diff)
downloadxmobar-91a1bc6c311cbf1efc48cde59a593ddf65409a5c.tar.gz
xmobar-91a1bc6c311cbf1efc48cde59a593ddf65409a5c.tar.bz2
Mail now takes its alias as a second argument
This way we also avoid issue 30, although we're not solving the real issue (which is that the commands parser cannot correctly parse commands with a single argument unless they appear at the end of the list).
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 8 insertions, 3 deletions
diff --git a/README b/README
index d066933..b83a7f0 100644
--- a/README
+++ b/README
@@ -575,15 +575,20 @@ Monitors have default aliases.
"<composer> <title> (<album>) <track>/<plength> <statei> ",
"--", "-P", ">>", "-Z", "|", "-S", "><"] 10
-`Mail Args`
+`Mail Args Alias`
-- Aliases to `Mail`
- Args: list of maildirs in form
- `[("name1","path1"),("name2","path2")]`. Paths may start with a '~'
+ `[("name1","path1"),...]`. Paths may start with a '~'
to expand to the user's home directory.
- This plugin requires inotify support in your linux kernel and the
[hinotify] package. To activate, pass `--flags="with_inotify"`
during compilation.
+- Example:
+
+ Run Mail [("inbox", "~/var/mail/inbox"),
+ ("lists", "~/var/mail/lists")]
+ "mail"
+
`MBox Mboxes Opts Alias`