From 4e5236d8f385f2c629f972c091633551c6e20615 Mon Sep 17 00:00:00 2001 From: Luke Bonham Date: Mon, 9 Sep 2013 05:03:26 -0700 Subject: [PATCH] Updated imap (markdown) --- imap.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imap.md b/imap.md index 47e7b51..97cd437 100644 --- a/imap.md +++ b/imap.md @@ -41,12 +41,15 @@ Variable | Meaning | Type | Default `header` | Text to show before value | string | " Mail " `header_color` | Header color | string | `beautiful.fg_normal` or "#FFFFFF" `color` | Mail value color | string | `beautiful.fg_focus` or "#FFFFFF" +`footer` | Text to append after value | string | " " `mail_encoding` | Mail character encoding | string | autodetected `maxlen` | Maximum chars to display in notification | int | 200 `app` | Mail program to spawn on click | string | "mutt" `shadow` | Hide widget when there are no mails | boolean | false `is_plain` | Define whether `password` is a plain password (true) or a function that retrieves it (false) | boolean | false +**Note**: `footer` can be markup text. + Let's focus better on `is_plain`. You can just set your password like this: -- 2.39.2