X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fhdrline.c;h=fa3a28d7007057aae0705df91f8834f771949d63;hp=883c9cbd2f0e07bff127f4b8c942b368e1956268;hb=c621d41d614275fb6265ab8184a825a72b5a52b4;hpb=8476307969a605bea67f6b702b0c1e7a52038bed 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;