diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2022-09-14 19:52:45 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-09-15 20:59:19 +0200 |
commit | a44d1f6cc5eae4475221233cd14d5d8fca3d2862 (patch) | |
tree | fd7bd004282c2b89ecfcd43615d23791a894610a | |
parent | 599b9f6d468ffb31665d0d97f4ae09ba651d306a (diff) | |
download | aerc-a44d1f6cc5eae4475221233cd14d5d8fca3d2862.tar.gz |
doc: document IMAP idle options
Add idle-debounce and idle-timeout to aerc-imap manpage.
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
-rw-r--r-- | doc/aerc-imap.5.scd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/aerc-imap.5.scd b/doc/aerc-imap.5.scd index 6fbf1f93..39ac3371 100644 --- a/doc/aerc-imap.5.scd +++ b/doc/aerc-imap.5.scd @@ -126,6 +126,18 @@ available: Default: 720h (30 days) +*idle-timeout* + The length of time the client will wait for the server to send any final + update before the IDLE is closed. + + Default: 10ms + +*idle-debounce* + Specifies the length of time from the last client command until the + idler starts. + + Default: 10ms + # SEE ALSO *aerc*(1) *aerc-config*(5) |