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:
parent
884ce9192e
commit
72a90b38be
58
README
58
README
@ -274,11 +274,11 @@ conky(1) conky(1)
|
||||
|
||||
|
||||
[1mimap [22mDefault global IMAP server. Arguments are: "host user pass [-i
|
||||
interval] [-f folder] [-p port] [-e command] [-r retries]". De‐
|
||||
fault 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.
|
||||
interval (in seconds)] [-f folder] [-p port] [-e command] [-r
|
||||
retries]". Default port is 143, default folder is 'INBOX', de‐
|
||||
fault interval is 5 minutes, and default number of retries be‐
|
||||
fore giving up is 5. If the password is supplied as '*', you
|
||||
will be prompted to enter the password when Conky starts.
|
||||
|
||||
|
||||
[1mmail_spool[0m
|
||||
@ -416,10 +416,11 @@ conky(1) conky(1)
|
||||
|
||||
|
||||
[1mpop3 [22mDefault 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 re‐
|
||||
tries before giving up is 5. If the password is supplied as '*',
|
||||
you will be prompted to enter the password when Conky starts.
|
||||
interval (in seconds)] [-p port] [-e command] [-r retries]". De‐
|
||||
fault port is 110, default interval is 5 minutes, and default
|
||||
number of retries before giving up is 5. If the password is sup‐
|
||||
plied as '*', you will be prompted to enter the password when
|
||||
Conky starts.
|
||||
|
||||
|
||||
[1mshort_units[0m
|
||||
@ -1122,22 +1123,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] [-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.
|
||||
[-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 be‐
|
||||
fore giving up is 5. If the password is supplied as '*', you
|
||||
will be prompted to enter the password when Conky starts.
|
||||
|
||||
|
||||
[1mimap_unseen (args)[0m
|
||||
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.
|
||||
[-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 be‐
|
||||
fore giving up is 5. If the password is supplied as '*', you
|
||||
will be prompted to enter the password when Conky starts.
|
||||
|
||||
|
||||
[1mioscheduler disk[0m
|
||||
@ -1498,21 +1499,22 @@ conky(1) conky(1)
|
||||
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 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 (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 sup‐
|
||||
plied as '*', you will be prompted to enter the password when
|
||||
Conky starts.
|
||||
|
||||
|
||||
[1mpop3_used (args)[0m
|
||||
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 re‐
|
||||
tries]". 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.
|
||||
"host user pass [-i interval (in seconds)] [-p port] [-e com‐
|
||||
mand] [-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.
|
||||
|
||||
|
||||
[1mpre_exec shell command[0m
|
||||
|
@ -172,7 +172,7 @@
|
||||
<varlistentry>
|
||||
<term><command><option>imap</option></command></term>
|
||||
<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>
|
||||
</varlistentry>
|
||||
|
||||
@ -394,7 +394,7 @@
|
||||
<varlistentry>
|
||||
<term><command><option>pop3</option></command></term>
|
||||
<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>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -1198,7 +1198,7 @@
|
||||
<option>(args)</option>
|
||||
</term>
|
||||
<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>
|
||||
</varlistentry>
|
||||
|
||||
@ -1208,7 +1208,7 @@
|
||||
<option>(args)</option>
|
||||
</term>
|
||||
<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>
|
||||
</varlistentry>
|
||||
|
||||
@ -1957,7 +1957,7 @@
|
||||
<option>(args)</option>
|
||||
</term>
|
||||
<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>
|
||||
</varlistentry>
|
||||
@ -1968,7 +1968,7 @@
|
||||
<option>(args)</option>
|
||||
</term>
|
||||
<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>
|
||||
</varlistentry>
|
||||
|
Loading…
x
Reference in New Issue
Block a user