1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

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

View File

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