Changeset 1349:a4809fdd40fa for attach.h

Show
Ignore:
Timestamp:
1999-11-07 14:19:45 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Rewriting lots of the recvattach code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • attach.h

    r703 r1349  
    2424void mutt_pipe_attachment_list (FILE *fp, int tag, BODY *top, int filter); 
    2525void mutt_print_attachment_list (FILE *fp, int tag, BODY *top); 
    26 void mutt_attach_display_loop (MUTTMENU *menu, int op, FILE *fp, ATTACHPTR **idx); 
     26void mutt_attach_display_loop (MUTTMENU *menu, int op, FILE *fp, HEADER *hdr, 
     27                               ATTACHPTR **idx, short idxlen); 
     28 
     29void mutt_attach_bounce (FILE *, HEADER *, ATTACHPTR **, short, BODY *); 
     30void mutt_attach_resend (FILE *, HEADER *, ATTACHPTR **, short, BODY *); 
     31void mutt_attach_forward (FILE *, HEADER *, ATTACHPTR **, short, BODY *); 
     32void mutt_attach_reply (FILE *, HEADER *, ATTACHPTR **, short, BODY *, int);