summaryrefslogtreecommitdiffstats
path: root/attach.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-01-27 13:33:53 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-01-27 13:33:53 +0000
commitbfc0e8390b0f963d602a14d5890228a1b4458a57 (patch)
tree7d6721fbecae5da04cb33e358c88af4f9a1f33ec /attach.h
parented6ec2db5d070b0be0826e6176d83c11f5947563 (diff)
Add collapsing to the receive-attach menu, and improve digest
handling that way.
Diffstat (limited to 'attach.h')
-rw-r--r--attach.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/attach.h b/attach.h
index c3561306..3e1cffdf 100644
--- a/attach.h
+++ b/attach.h
@@ -19,12 +19,14 @@
/* common protos for compose / attach menus */
int mutt_tag_attach (MUTTMENU *menu, int n);
+int mutt_attach_display_loop (MUTTMENU *menu, int op, FILE *fp, HEADER *hdr,
+ BODY *cur, ATTACHPTR ***idxp, short *idxlen, short *idxmax,
+ int recv);
+
void mutt_save_attachment_list (FILE *fp, int tag, BODY *top, HEADER *hdr);
void mutt_pipe_attachment_list (FILE *fp, int tag, BODY *top, int filter);
void mutt_print_attachment_list (FILE *fp, int tag, BODY *top);
-void mutt_attach_display_loop (MUTTMENU *menu, int op, FILE *fp, HEADER *hdr,
- BODY *cur, ATTACHPTR **idx, short *idxlen, short *idxmax);
void mutt_attach_bounce (FILE *, HEADER *, ATTACHPTR **, short, BODY *);
void mutt_attach_resend (FILE *, HEADER *, ATTACHPTR **, short, BODY *);