Changeset 1349:a4809fdd40fa for attach.c
Legend:
- Unmodified
- Added
- Removed
-
attach.c
r1086 r1349 361 361 362 362 /* returns -1 on error, 0 or the return code from mutt_do_pager() on success */ 363 int mutt_view_attachment (FILE *fp, BODY *a, int flag) 363 int mutt_view_attachment (FILE *fp, BODY *a, int flag, HEADER *hdr, 364 ATTACHPTR **idx, short idxlen) 364 365 { 365 366 char tempfile[_POSIX_PATH_MAX] = ""; … … 571 572 info.bdy = a; 572 573 info.ctx = Context; 574 info.idx = idx; 575 info.idxlen = idxlen; 576 info.hdr = hdr; 577 573 578 rc = mutt_do_pager (descrip, pagerfile, 574 579 is_message ? M_PAGER_MESSAGE : 0, &info);
