Don't prompt for untrusted host as validation when account exists

This commit is contained in:
Michael Gratton 2019-01-09 13:02:06 +11:00 committed by Michael James Gratton
parent 1a2bb280ba
commit 97971ce38d

View file

@ -811,7 +811,7 @@ public class GearyController : Geary.BaseObject {
context.account.information,
service,
endpoint,
true,
false,
context.cancellable
);
context.tls_validation_failed = false;