From f8cce4ee396b44235b9f543f0805dc652246ad2b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 15 Oct 2025 13:36:37 +0200 Subject: mbsync: Do not timeout on the gmail account MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Yes, it's really slow, but let's not error out because of that. Signed-off-by: Miquel Sabaté Solà --- .mbsyncrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.mbsyncrc b/.mbsyncrc index ac7ed3c..09a1785 100644 --- a/.mbsyncrc +++ b/.mbsyncrc @@ -23,6 +23,7 @@ TLSType IMAPS AuthMechs Login CertificateFile /etc/ssl/ca-bundle.pem TLSVersions +1.2 +1.3 +Timeout 0 # Use the account specified above as the remote storage. IMAPStore gmail-remote -- cgit v1.2.3