mirror of https://github.com/lcpz/lain.git
Updated imap (markdown)
This commit is contained in:
parent
d685704da2
commit
4e5236d8f3
3
imap.md
3
imap.md
|
@ -41,12 +41,15 @@ Variable | Meaning | Type | Default
|
||||||
`header` | Text to show before value | string | " Mail "
|
`header` | Text to show before value | string | " Mail "
|
||||||
`header_color` | Header color | string | `beautiful.fg_normal` or "#FFFFFF"
|
`header_color` | Header color | string | `beautiful.fg_normal` or "#FFFFFF"
|
||||||
`color` | Mail value color | string | `beautiful.fg_focus` 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
|
`mail_encoding` | Mail character encoding | string | autodetected
|
||||||
`maxlen` | Maximum chars to display in notification | int | 200
|
`maxlen` | Maximum chars to display in notification | int | 200
|
||||||
`app` | Mail program to spawn on click | string | "mutt"
|
`app` | Mail program to spawn on click | string | "mutt"
|
||||||
`shadow` | Hide widget when there are no mails | boolean | false
|
`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
|
`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`.
|
Let's focus better on `is_plain`.
|
||||||
|
|
||||||
You can just set your password like this:
|
You can just set your password like this:
|
||||||
|
|
Loading…
Reference in New Issue