X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=curs_main.c;h=e5b9b635042f4f08d5937e6deccdb966b7eb306b;hb=293606da1420e7020c068b0f311fa82a2b4f755d;hp=28921a386c14d1f29d42409b6527bb0c238416db;hpb=02f6fb47360d772a884213153d09a573be205e72;p=apps%2Fmadmutt.git diff --git a/curs_main.c b/curs_main.c index 28921a3..e5b9b63 100644 --- a/curs_main.c +++ b/curs_main.c @@ -1439,11 +1439,6 @@ CHECK_IMAP_ACL(IMAP_ACL_DELETE); if ((Sort & SORT_MASK) != SORT_THREADS) mutt_error _("Threading is not enabled."); - -#if defined (USE_IMAP) && ! defined (IMAP_EDIT_THREADS) - else if (Context->magic == M_IMAP) - mutt_error _("Compile Mutt with --enable-imap-edit-threads for break-thread support"); -#endif else { { @@ -1475,12 +1470,6 @@ CHECK_IMAP_ACL(IMAP_ACL_DELETE); if ((Sort & SORT_MASK) != SORT_THREADS) mutt_error _("Threading is not enabled."); - -#if defined (USE_IMAP) && ! defined (IMAP_EDIT_THREADS) - else if (Context->magic == M_IMAP) - mutt_error _("Compile Mutt with --enable-imap-edit-threads for link-threads support"); -#endif - else if (!CURHDR->env->message_id) mutt_error _("No Message-ID: header available to link thread"); else if (!tag && (!Context->last_tag || !Context->last_tag->tagged))