From bc36ce1255f1ece8f2d8acb99cc6edbcc7d10fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Fri, 29 Dec 2023 21:00:48 +0100 Subject: [PATCH] add imap.watch.timeout example in config sample --- config.sample.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.sample.toml b/config.sample.toml index 633f7d0..021dcfb 100644 --- a/config.sample.toml +++ b/config.sample.toml @@ -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