offlineimap: disable starttls if tls is disabled

Fixes #5097
This commit is contained in:
Robert Helgesson 2024-03-13 13:47:31 +01:00 committed by GitHub
parent 0906e8dfe7
commit a82cdd288e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ let
starttls = imap.tls.useStartTls;
} else {
ssl = false;
starttls = false;
};
remotePassEval =