add imap.watch.timeout example in config sample

This commit is contained in:
Clément DOUIN 2023-12-29 21:00:48 +01:00
parent 8d12528da6
commit bc36ce1255
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72

View file

@ -76,6 +76,10 @@ imap.passwd.raw = "password"
# Keyring secrets can be (re)set with the command `account configure example`
# imap.passwd.keyring = "example-imap-password"
# Customize at which period, in seconds, the IMAP IDLE mode should refresh.
# Defaults to 1740 (29 min), as defined in the RFC.
# imap.watch.timeout = 25
# SMTP config
smtp.host = "localhost"
smtp.port = 3025