X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=main.c;h=ebc59582a7dab7ffa251cd06c27e3bec674b5714;hb=faed98ab64dd3cbd29e674141cd074d6c9f8909c;hp=89fa6d399088cd5062ae733532e134361120cc67;hpb=6e0187ce721be4997bef32d724528f8976df89d6;p=apps%2Fmadmutt.git diff --git a/main.c b/main.c index 89fa6d3..ebc5958 100644 --- 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