remove a mutt-ng thing that makes no sense at all.
[apps/madmutt.git] / lib-ui / hdrline.c
index 883c9cb..fa3a28d 100644 (file)
@@ -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;