Changeset 571:cb612551f8df for attach.c

Show
Ignore:
Timestamp:
1998-11-15 01:42:00 (10 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

My version of Byrial's parse_part patch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • attach.c

    r557 r571  
    746746    m->encoding = ENC8BIT; 
    747747    m->offset = 0; 
    748     if (mutt_is_message_type(m->type, m->subtype)) 
    749     { 
    750       saved_parts = m->parts; 
    751       saved_hdr = m->hdr; 
    752       m->parts = mutt_parse_messageRFC822 (s.fpin, m); 
    753     } 
     748    saved_parts = m->parts; 
     749    saved_hdr = m->hdr; 
     750    mutt_parse_part (s.fpin, m); 
    754751  } 
    755752  else