Rocco Rutte:
[apps/madmutt.git] / imap / util.c
index 9c69ebf..5163da7 100644 (file)
@@ -110,11 +110,6 @@ int imap_parse_path (const char *path, IMAP_MBOX * mx)
 
   FREE (&c);
 
-#if defined(USE_SSL) || defined(USE_GNUTLS)
-  if (option (OPTIMAPFORCESSL))
-    mx->account.flags |= M_ACCT_SSL;
-#endif
-
   if ((mx->account.flags & M_ACCT_SSL) && !(mx->account.flags & M_ACCT_PORT))
     mx->account.port = ImapsPort;