Mbox
This commit is contained in:
parent
723c644658
commit
801dee32c2
17
README.rst
17
README.rst
@ -328,7 +328,7 @@ Settings:
|
||||
:alert_format_title: The title of the notification, all formatters can be used (default: 'Low battery')
|
||||
:alert_format_body: The body text of the notification, all formatters can be used (default: 'Battery {battery_ident} has only {percentage:.2f}% ({remaining:%E%hh:%Mm}) remaining!')
|
||||
:path: Override the default-generated path (default: 'None')
|
||||
:status: A dictionary mapping ('DIS', 'CHR', 'FULL') to alternative names (default: '{'FULL': 'FULL', 'DIS': 'DIS', 'CHR': 'CHR'}')
|
||||
:status: A dictionary mapping ('DIS', 'CHR', 'FULL') to alternative names (default: '{'CHR': 'CHR', 'FULL': 'FULL', 'DIS': 'DIS'}')
|
||||
|
||||
|
||||
|
||||
@ -449,6 +449,19 @@ Settings:
|
||||
|
||||
|
||||
|
||||
mbox.MboxMail
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Checks for local mail in mbox
|
||||
|
||||
|
||||
Settings:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
notmuchmail.Notmuch
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
@ -548,7 +561,7 @@ Settings:
|
||||
:host: (default: 'localhost')
|
||||
:port: MPD port (default: '6600')
|
||||
:format: formatp string (default: '{title} {status}')
|
||||
:status: Dictionary mapping pause, play and stop to output (default: '{'play': '▶', 'stop': '◾', 'pause': '▷'}')
|
||||
:status: Dictionary mapping pause, play and stop to output (default: '{'play': '▶', 'pause': '▷', 'stop': '◾'}')
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user