Changeset 1306:959772ad3d33 for buffy.c

Show
Ignore:
Timestamp:
1999-09-30 15:05:24 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Add a resend-message function (similar to the _old_ edit-message),
and redo large parts of mutt_prepare_edit_message (now
mutt_prepare_template).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • buffy.c

    r1288 r1306  
    100100 
    101101  hdr = mutt_new_header (); 
    102   mutt_read_rfc822_header (f, hdr, 0); 
     102  mutt_read_rfc822_header (f, hdr, 0, 0); 
    103103  if (!(hdr->read || hdr->old)) 
    104104    result = 1;