Andreas Krennmair:
[apps/madmutt.git] / main.c
diff --git a/main.c b/main.c
index 89fa6d3..ebc5958 100644 (file)
--- a/main.c
+++ b/main.c
@@ -240,6 +240,12 @@ static void show_version (void)
         "-USE_IMAP  "
 #endif
 
+#ifdef IMAP_EDIT_THREADS
+        "+IMAP_EDIT_THREADS  "
+#else
+        "-IMAP_EDIT_THREADS  "
+#endif
+
 #ifdef USE_GSS
        "+USE_GSS  "
 #else
@@ -253,6 +259,12 @@ static void show_version (void)
        "-USE_SSL  "
 #endif
 
+#ifdef USE_GNUTLS
+       "+USE_GNUTLS  "
+#else
+       "-USE_GNUTLS  "
+#endif
+
 #ifdef USE_SASL
        "+USE_SASL  "
 #else