1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-03 20:48:31 +00:00

Specify that imap/pop3 interval is in seconds.

This commit is contained in:
Brenden Matthews 2009-05-07 13:18:24 -06:00
parent 884ce9192e
commit 72a90b38be
3 changed files with 199 additions and 197 deletions

58
README
View File

@ -274,11 +274,11 @@ conky(1) conky(1)
imap Default global IMAP server. Arguments are: "host user pass [-i imap Default global IMAP server. Arguments are: "host user pass [-i
interval] [-f folder] [-p port] [-e command] [-r retries]". De interval (in seconds)] [-f folder] [-p port] [-e command] [-r
fault port is 143, default folder is 'INBOX', default interval retries]". Default port is 143, default folder is 'INBOX', de
is 5 minutes, and default number of retries before giving up is fault interval is 5 minutes, and default number of retries be
5. If the password is supplied as '*', you will be prompted to fore giving up is 5. If the password is supplied as '*', you
enter the password when Conky starts. will be prompted to enter the password when Conky starts.
mail_spool mail_spool
@ -416,10 +416,11 @@ conky(1) conky(1)
pop3 Default global POP3 server. Arguments are: "host user pass [-i pop3 Default global POP3 server. Arguments are: "host user pass [-i
interval] [-p port] [-e command] [-r retries]". Default port is interval (in seconds)] [-p port] [-e command] [-r retries]". De
110, default interval is 5 minutes, and default number of re fault port is 110, default interval is 5 minutes, and default
tries before giving up is 5. If the password is supplied as '*', number of retries before giving up is 5. If the password is sup
you will be prompted to enter the password when Conky starts. plied as '*', you will be prompted to enter the password when
Conky starts.
short_units short_units
@ -1122,22 +1123,22 @@ conky(1) conky(1)
Displays the number of messages in your global IMAP inbox by de Displays the number of messages in your global IMAP inbox by de
fault. You can define individual IMAP inboxes seperately by fault. You can define individual IMAP inboxes seperately by
passing arguments to this object. Arguments are: "host user pass passing arguments to this object. Arguments are: "host user pass
[-i interval] [-f folder] [-p port] [-e command] [-r retries]". [-i interval (in seconds)] [-f folder] [-p port] [-e command]
Default port is 143, default folder is 'INBOX', default interval [-r retries]". Default port is 143, default folder is 'INBOX',
is 5 minutes, and default number of retries before giving up is default interval is 5 minutes, and default number of retries be
5. If the password is supplied as '*', you will be prompted to fore giving up is 5. If the password is supplied as '*', you
enter the password when Conky starts. will be prompted to enter the password when Conky starts.
imap_unseen (args) imap_unseen (args)
Displays the number of unseen messages in your global IMAP inbox Displays the number of unseen messages in your global IMAP inbox
by default. You can define individual IMAP inboxes seperately by by default. You can define individual IMAP inboxes seperately by
passing arguments to this object. Arguments are: "host user pass passing arguments to this object. Arguments are: "host user pass
[-i interval] [-f folder] [-p port] [-e command] [-r retries]". [-i interval (in seconds)] [-f folder] [-p port] [-e command]
Default port is 143, default folder is 'INBOX', default interval [-r retries]". Default port is 143, default folder is 'INBOX',
is 5 minutes, and default number of retries before giving up is default interval is 5 minutes, and default number of retries be
5. If the password is supplied as '*', you will be prompted to fore giving up is 5. If the password is supplied as '*', you
enter the password when Conky starts. will be prompted to enter the password when Conky starts.
ioscheduler disk ioscheduler disk
@ -1498,21 +1499,22 @@ conky(1) conky(1)
Displays the number of unseen messages in your global POP3 inbox Displays the number of unseen messages in your global POP3 inbox
by default. You can define individual POP3 inboxes seperately by by default. You can define individual POP3 inboxes seperately by
passing arguments to this object. Arguments are: "host user pass passing arguments to this object. Arguments are: "host user pass
[-i interval] [-p port] [-e command] [-r retries]". Default port [-i interval (in seconds)] [-p port] [-e command] [-r retries]".
is 110, default interval is 5 minutes, and default number of re Default port is 110, default interval is 5 minutes, and default
tries before giving up is 5. If the password is supplied as '*', number of retries before giving up is 5. If the password is sup
you will be prompted to enter the password when Conky starts. plied as '*', you will be prompted to enter the password when
Conky starts.
pop3_used (args) pop3_used (args)
Displays the amount of space (in MiB, 2^20) used in your global Displays the amount of space (in MiB, 2^20) used in your global
POP3 inbox by default. You can define individual POP3 inboxes POP3 inbox by default. You can define individual POP3 inboxes
seperately by passing arguments to this object. Arguments are: seperately by passing arguments to this object. Arguments are:
"host user pass [-i interval] [-p port] [-e command] [-r re "host user pass [-i interval (in seconds)] [-p port] [-e com
tries]". Default port is 110, default interval is 5 minutes, and mand] [-r retries]". Default port is 110, default interval is 5
default number of retries before giving up is 5. If the password minutes, and default number of retries before giving up is 5. If
is supplied as '*', you will be prompted to enter the password the password is supplied as '*', you will be prompted to enter
when Conky starts. the password when Conky starts.
pre_exec shell command pre_exec shell command

View File

@ -172,7 +172,7 @@
<varlistentry> <varlistentry>
<term><command><option>imap</option></command></term> <term><command><option>imap</option></command></term>
<listitem> <listitem>
Default global IMAP server. 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. Default global IMAP server. Arguments are: "host user pass [-i interval (in seconds)] [-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.
<para></para></listitem> <para></para></listitem>
</varlistentry> </varlistentry>
@ -394,7 +394,7 @@
<varlistentry> <varlistentry>
<term><command><option>pop3</option></command></term> <term><command><option>pop3</option></command></term>
<listitem> <listitem>
Default global POP3 server. Arguments are: "host user pass [-i interval] [-p port] [-e command] [-r retries]". Default port is 110, 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. Default global POP3 server. Arguments are: "host user pass [-i interval (in seconds)] [-p port] [-e command] [-r retries]". Default port is 110, 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.
<para></para></listitem> <para></para></listitem>
</varlistentry> </varlistentry>

View File

@ -1198,7 +1198,7 @@
<option>(args)</option> <option>(args)</option>
</term> </term>
<listitem> <listitem>
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. 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 (in seconds)] [-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.
<para></para></listitem> <para></para></listitem>
</varlistentry> </varlistentry>
@ -1208,7 +1208,7 @@
<option>(args)</option> <option>(args)</option>
</term> </term>
<listitem> <listitem>
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. 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 (in seconds)] [-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.
<para></para></listitem> <para></para></listitem>
</varlistentry> </varlistentry>
@ -1957,7 +1957,7 @@
<option>(args)</option> <option>(args)</option>
</term> </term>
<listitem> <listitem>
Displays the number of unseen messages in your global POP3 inbox by default. You can define individual POP3 inboxes seperately by passing arguments to this object. Arguments are: "host user pass [-i interval] [-p port] [-e command] [-r retries]". Default port is 110, 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 POP3 inbox by default. You can define individual POP3 inboxes seperately by passing arguments to this object. Arguments are: "host user pass [-i interval (in seconds)] [-p port] [-e command] [-r retries]". Default port is 110, 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.
<para></para></listitem> <para></para></listitem>
</varlistentry> </varlistentry>
@ -1968,7 +1968,7 @@
<option>(args)</option> <option>(args)</option>
</term> </term>
<listitem> <listitem>
Displays the amount of space (in MiB, 2^20) used in your global POP3 inbox by default. You can define individual POP3 inboxes seperately by passing arguments to this object. Arguments are: "host user pass [-i interval] [-p port] [-e command] [-r retries]". Default port is 110, 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 amount of space (in MiB, 2^20) used in your global POP3 inbox by default. You can define individual POP3 inboxes seperately by passing arguments to this object. Arguments are: "host user pass [-i interval (in seconds)] [-p port] [-e command] [-r retries]". Default port is 110, 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.
<para></para></listitem> <para></para></listitem>
</varlistentry> </varlistentry>