From e4a87153d0cfd3f055a65f262593e84ea0fb6e72 Mon Sep 17 00:00:00 2001 From: enkore Date: Sat, 12 Apr 2014 16:32:16 +0200 Subject: [PATCH] Update README.rst --- README.rst | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/README.rst b/README.rst index ccb1f7c..1350a82 100644 --- a/README.rst +++ b/README.rst @@ -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``)