1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-14 02:33:38 +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 Mikilio
parent 96822d9071
commit 8b905e22fd
No known key found for this signature in database
GPG Key ID: 5B2F1A890CF33F3F

View File

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