X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=crypt.cpkg;fp=crypt.cpkg;h=50f1eae8f54739bbad6f289c98c8810c3cb31db9;hb=3c6c404b6be0ed70ffba80cece46050930149b59;hp=819adae4b8a4a8ff29257200f96cb42132ec7b54;hpb=5a44e401b4e50f378f9caa045fe6ad6ca652b758;p=apps%2Fmadmutt.git diff --git a/crypt.cpkg b/crypt.cpkg index 819adae..50f1eae 100644 --- a/crypt.cpkg +++ b/crypt.cpkg @@ -197,7 +197,7 @@ static void convert_to_7bit (BODY * a) if (a->type == TYPEMULTIPART) { a->encoding = ENC7BIT; convert_to_7bit(a->parts); - } else if (a->type == TYPEMESSAGE && tok == MIME_DELIVERY_STATUS) { + } else if (a->type == TYPEMESSAGE && tok != MIME_DELIVERY_STATUS) { if (a->encoding != ENC7BIT) mutt_message_to_7bit(a, NULL); } else if (a->encoding == ENC8BIT) {