Update README.rst

This commit is contained in:
enkore 2014-04-12 16:32:16 +02:00
parent 0820aaf225
commit e4a87153d0

View File

@ -337,7 +337,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: ``{'DIS': 'DIS', 'CHR': 'CHR', 'FULL': 'FULL'}``)
:status: A dictionary mapping ('DIS', 'CHR', 'FULL') to alternative names (default: ``{'FULL': 'FULL', 'DIS': 'DIS', 'CHR': 'CHR'}``)
:interval: (default: ``5``)
@ -482,6 +482,19 @@ Settings:
maildir.MaildirMail
~~~~~~~~~~~~~~~~~~~
Checks for local mail in Maildir
Settings:
:directory: (required)
mbox.MboxMail
~~~~~~~~~~~~~
@ -492,17 +505,8 @@ Checks for local mail in mbox
Settings:
maildir.MaildirMail
~~~~~~~~~~~~~
Checks for new mail in a Maildir folder
Settings:
:directory: (required, e.g. '/home/foo/mail/INBOX')
notmuchmail.Notmuch
~~~~~~~~~~~~~~~~~~~
@ -611,7 +615,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: ``{'stop': '◾', 'pause': '▷', 'play': '▶'}``)
:status: Dictionary mapping pause, play and stop to output (default: ``{'play': '▶', 'pause': '▷', 'stop': '◾'}``)
:interval: (default: ``1``)