I'm fed up with stupid defines when C can come up with *way* betted: bit-fields.
[apps/madmutt.git] / nntp / newsrc.c
index 1a50b0d..4f2f249 100644 (file)
@@ -274,7 +274,7 @@ int nntp_parse_url (const char *server, ACCOUNT * act,
 
   if (url.scheme == U_NNTP || url.scheme == U_NNTPS) {
     if (url.scheme == U_NNTPS) {
-      act->flags |= M_ACCT_SSL;
+      act->has_ssl = 1;
       act->port = NNTP_SSL_PORT;
     }