summaryrefslogtreecommitdiffstats
path: root/pager.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-11-07 22:19:45 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-11-07 22:19:45 +0000
commit283cc465b8a09272d2c15e33e026b1d32eb312ae (patch)
tree6adb24f96ab9e5a7a152dbfedb8b3564510c9c62 /pager.h
parent538c400f14c9ceeb83a3836d622ee968a92eb602 (diff)
Rewriting lots of the recvattach code.
Diffstat (limited to 'pager.h')
-rw-r--r--pager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pager.h b/pager.h
index b81d5ea5..1761ab33 100644
--- a/pager.h
+++ b/pager.h
@@ -38,6 +38,8 @@ typedef struct
HEADER *hdr; /* current message */
BODY *bdy; /* current attachment */
FILE *fp; /* source stream */
+ ATTACHPTR **idx; /* attachment information */
+ short idxlen;
} pager_t;
int mutt_do_pager (const char *, const char *, int, pager_t *);