X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Futil.c;h=5163da7242230f05c5055ce10155339f3e622be7;hb=e01486aabea6f0af36933158bd58b9ab03b30add;hp=9c69ebffe278457c13fbe0219860918ba2d9f033;hpb=7480539010bab6905c944b11b036492a1a625994;p=apps%2Fmadmutt.git diff --git a/imap/util.c b/imap/util.c index 9c69ebf..5163da7 100644 --- a/imap/util.c +++ b/imap/util.c @@ -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;