Andreas Krennmair:
[apps/madmutt.git] / imap / util.c
index 18d055a..ec26d65 100644 (file)
@@ -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