From a62821e0db8447386222a6130e9e24211db56372 Mon Sep 17 00:00:00 2001
From: Amin Bandali <bandali@kelar.org>
Date: Wed, 6 Mar 2024 19:08:51 -0500
Subject: Add or increase mbsync timeouts

---
 .config/isync/mbsyncrc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc
index 1c17457..ec6d804 100644
--- a/.config/isync/mbsyncrc
+++ b/.config/isync/mbsyncrc
@@ -9,6 +9,7 @@ Host mail.kelar.org
 User bandali@kelar.org
 PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/kelar.gpg"
 SSLType IMAPS
+Timeout 240
 
 IMAPStore kelar-remote
 Account kelar
@@ -59,7 +60,7 @@ Host mail.shemshak.org
 User gnu@bndl.org
 PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/gnub.gpg"
 SSLType IMAPS
-Timeout 240
+Timeout 360
 
 IMAPStore gnub-remote
 Account gnub
@@ -85,6 +86,7 @@ Host mail.csclub.uwaterloo.ca
 User abandali
 PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/csclub.gpg"
 SSLType IMAPS
+Timeout 240
 
 IMAPStore csclub-remote
 Account csclub
-- 
cgit v1.2.3-83-g751a