X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Futil.c;h=ec26d65f83deae9d500a64c9a9bc5d410e4bb2ee;hp=18d055a58e213e5026579b909e6e75ffe6337e77;hb=faed98ab64dd3cbd29e674141cd074d6c9f8909c;hpb=420f3633557ed75a0de989eb065af6e09eed29ba diff --git a/imap/util.c b/imap/util.c index 18d055a..ec26d65 100644 --- a/imap/util.c +++ b/imap/util.c @@ -164,7 +164,7 @@ int imap_parse_path (const char* path, IMAP_MBOX* mx) } } -#ifdef USE_SSL +#if defined(USE_SSL) || defined(USE_GNUTLS) if (option (OPTIMAPFORCESSL)) mx->account.flags |= M_ACCT_SSL; #endif