Rocco Rutte
[apps/madmutt.git] / attach.h
1 /*
2  * Copyright notice from original mutt:
3  * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
4  *
5  * This file is part of mutt-ng, see http://www.muttng.org/.
6  * It's licensed under the GNU General Public License,
7  * please see the file GPL in the top level source directory.
8  */
9
10 /* common protos for compose / attach menus */
11
12 int mutt_tag_attach (MUTTMENU * menu, int n, int m);
13 int mutt_attach_display_loop (MUTTMENU * menu, int op, FILE * fp,
14                               HEADER * hdr, BODY * cur, ATTACHPTR *** idxp,
15                               short *idxlen, short *idxmax, int recv);
16
17
18 void mutt_save_attachment_list (FILE * fp, int tag, BODY * top, HEADER * hdr,
19                                 MUTTMENU * menu);
20 void mutt_pipe_attachment_list (FILE * fp, int tag, BODY * top, int filter);
21 void mutt_print_attachment_list (FILE * fp, int tag, BODY * top);
22
23 void mutt_attach_bounce (FILE *, HEADER *, ATTACHPTR **, short, BODY *);
24 void mutt_attach_resend (FILE *, HEADER *, ATTACHPTR **, short, BODY *);
25 void mutt_attach_forward (FILE *, HEADER *, ATTACHPTR **, short, BODY *, int);
26 void mutt_attach_reply (FILE *, HEADER *, ATTACHPTR **, short, BODY *, int);