From: Brenden Matthews Date: Thu, 7 May 2009 19:16:26 +0000 (-0600) Subject: Fix for imap docs. X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=884ce9192e29a4db086d146cf7b75aedc109a702;p=monky Fix for imap docs. --- diff --git a/README b/README index 618a8f2..5471a06 100644 --- a/README +++ b/README @@ -1122,20 +1122,22 @@ conky(1) conky(1) Displays the number of messages in your global IMAP inbox by de‐ fault. You can define individual IMAP inboxes seperately by passing arguments to this object. Arguments are: "host user pass - [-i interval] [-p port] [-e command] [-r retries]". Default port - is 143, default interval is 5 minutes, and default number of re‐ - tries before giving up is 5. If the password is supplied as '*', - you will be prompted to enter the password when Conky starts. + [-i interval] [-f folder] [-p port] [-e command] [-r retries]". + Default port is 143, default folder is 'INBOX', default interval + is 5 minutes, and default number of retries before giving up is + 5. If the password is supplied as '*', you will be prompted to + enter the password when Conky starts. imap_unseen (args) Displays the number of unseen messages in your global IMAP inbox by default. You can define individual IMAP inboxes seperately by passing arguments to this object. Arguments are: "host user pass - [-i interval] [-p port] [-e command] [-r retries]". Default port - is 143, default interval is 5 minutes, and default number of re‐ - tries before giving up is 5. If the password is supplied as '*', - you will be prompted to enter the password when Conky starts. + [-i interval] [-f folder] [-p port] [-e command] [-r retries]". + Default port is 143, default folder is 'INBOX', default interval + is 5 minutes, and default number of retries before giving up is + 5. If the password is supplied as '*', you will be prompted to + enter the password when Conky starts. ioscheduler disk diff --git a/doc/variables.xml b/doc/variables.xml index 85d033d..5070753 100644 --- a/doc/variables.xml +++ b/doc/variables.xml @@ -1198,7 +1198,7 @@ - Displays the number of messages in your global IMAP inbox by default. You can define individual IMAP inboxes seperately by passing arguments to this object. Arguments are: "host user pass [-i interval] [-p port] [-e command] [-r retries]". Default port is 143, default interval is 5 minutes, and default number of retries before giving up is 5. If the password is supplied as '*', you will be prompted to enter the password when Conky starts. + Displays the number of messages in your global IMAP inbox by default. You can define individual IMAP inboxes seperately by passing arguments to this object. Arguments are: "host user pass [-i interval] [-f folder] [-p port] [-e command] [-r retries]". Default port is 143, default folder is 'INBOX', default interval is 5 minutes, and default number of retries before giving up is 5. If the password is supplied as '*', you will be prompted to enter the password when Conky starts. @@ -1208,7 +1208,7 @@ - Displays the number of unseen messages in your global IMAP inbox by default. You can define individual IMAP inboxes seperately by passing arguments to this object. Arguments are: "host user pass [-i interval] [-p port] [-e command] [-r retries]". Default port is 143, default interval is 5 minutes, and default number of retries before giving up is 5. If the password is supplied as '*', you will be prompted to enter the password when Conky starts. + Displays the number of unseen messages in your global IMAP inbox by default. You can define individual IMAP inboxes seperately by passing arguments to this object. Arguments are: "host user pass [-i interval] [-f folder] [-p port] [-e command] [-r retries]". Default port is 143, default folder is 'INBOX', default interval is 5 minutes, and default number of retries before giving up is 5. If the password is supplied as '*', you will be prompted to enter the password when Conky starts.