X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop.c;h=f173d6ebe149bfecdb20f30c44a84737b1cf20da;hp=b0415aadfc27d2f0c470915bd820d92d2ac34c33;hb=bbaf5ab9813d18f9912e00fab83195e368e3f0d7;hpb=b6278702a49e9ebf8ca73bb974b7782e5535188a diff --git a/pop.c b/pop.c index b0415aa..f173d6e 100644 --- a/pop.c +++ b/pop.c @@ -625,7 +625,7 @@ static int pop_parse_path (const char *path, ACCOUNT * act) if (url.scheme == U_POP || url.scheme == U_POPS) { if (url.scheme == U_POPS) { - act->flags |= M_ACCT_SSL; + act->has_ssl = 1; act->port = POP_SSL_PORT; }