Andreas Krennmair:
[apps/madmutt.git] / main.c
diff --git a/main.c b/main.c
index 03fd326..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
@@ -967,8 +979,6 @@ int main (int argc, char **argv)
 
     mutt_folder_hook (folder);
 
-    mutt_start_slrnface();
-
     if((Context = mx_open_mailbox (folder, ((flags & M_RO) || option (OPTREADONLY)) ? M_READONLY : 0, NULL))
        || !explicit_folder)
     {
@@ -977,8 +987,6 @@ int main (int argc, char **argv)
        FREE (&Context);
     }
     mutt_endwin (Errorbuf);
-
-    mutt_stop_slrnface();
   }
 
   exit (0);