X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-ui%2Fhdrline.c;fp=lib-ui%2Fhdrline.c;h=fa3a28d7007057aae0705df91f8834f771949d63;hb=129050c6742f6be13fa5635ba03542b7fb2a9525;hp=883c9cbd2f0e07bff127f4b8c942b368e1956268;hpb=8e075eda08c6f099ec6988e16607fb4f6a10ba92;p=apps%2Fmadmutt.git diff --git a/lib-ui/hdrline.c b/lib-ui/hdrline.c index 883c9cb..fa3a28d 100644 --- a/lib-ui/hdrline.c +++ b/lib-ui/hdrline.c @@ -628,12 +628,6 @@ static const char *hdr_format_str (char *dest, { int count = 0; - if (option (OPTCOUNTATTACH)) { - if (!hdr->content->parts) - mutt_parse_mime_message(ctx, hdr); - count = mutt_count_body_parts(hdr, 0); - } - /* The recursion allows messages without depth to return 0. */ if (optional) optional = count != 0;