aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index 4f1ff50..3a4f2b8 100644
--- a/README
+++ b/README
@@ -224,8 +224,10 @@ vicious.widgets.wifi
vicious.widgets.mbox
- provides the subject of last e-mail in a mbox file
- takes the full path to the mbox as an argument, or a table with
- 1st field as path, 2nd as maximum lenght and 3rd (optional) as
- widget name - if 3rd field is present scrolling will be used
+ 1st field as path, 2nd as maximum length and 3rd (optional) as
+ widget name - if 3rd field is present scrolling will be used (note: the
+ path will be escaped so special variables like ~ will not work, use
+ os.getenv("HOME").."mail" instead to access environment variables)
- returns 1st value as the subject of the last e-mail
vicious.widgets.mboxc
@@ -244,7 +246,7 @@ vicious.widgets.mdir
vicious.widgets.gmail
- provides count of new and subject of last e-mail on Gmail
- takes an (optional) argument, if it's a number subject will be
- truncated, if a table, with 1st field as maximum lenght and 2nd
+ truncated, if a table, with 1st field as maximum length and 2nd
the widget name (i.e. "gmailwidget"), scrolling will be used
- keeps login information in the ~/.netrc file, example:
machine mail.google.com login user password pass