X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Futil.c;h=ec26d65f83deae9d500a64c9a9bc5d410e4bb2ee;hb=e6b4978132b0437f928aa73b22c0a517959f78bb;hp=18d055a58e213e5026579b909e6e75ffe6337e77;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1;p=apps%2Fmadmutt.git 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