diff options
author | Amin Bandali <bandali@kelar.org> | 2024-03-06 19:08:51 -0500 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2024-03-06 19:08:51 -0500 |
commit | a62821e0db8447386222a6130e9e24211db56372 (patch) | |
tree | f1741f3fd518c1545a20de942bf1510cc51be76a | |
parent | 01b3da10d762bcb05151ede43041dc37dce56542 (diff) | |
download | configs-a62821e0db8447386222a6130e9e24211db56372.tar.gz configs-a62821e0db8447386222a6130e9e24211db56372.tar.xz configs-a62821e0db8447386222a6130e9e24211db56372.zip |
Add or increase mbsync timeouts
-rw-r--r-- | .config/isync/mbsyncrc | 4 |
1 files changed, 3 insertions, 1 deletions
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 |