I'm fed up with stupid defines when C can come up with *way* betted: bit-fields.
[apps/madmutt.git] / pop.c
diff --git a/pop.c b/pop.c
index b0415aa..f173d6e 100644 (file)
--- 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;
     }