From 91a1bc6c311cbf1efc48cde59a593ddf65409a5c Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Thu, 6 Jan 2011 19:35:13 +0100 Subject: 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). --- README | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index d066933..b83a7f0 100644 --- a/README +++ b/README @@ -575,15 +575,20 @@ Monitors have default aliases. " (<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` -- cgit v1.2.3