summaryrefslogtreecommitdiffstats
path: root/attach.c
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.c
parented6ec2db5d070b0be0826e6176d83c11f5947563 (diff)
Add collapsing to the receive-attach menu, and improve digest
handling that way.
Diffstat (limited to 'attach.c')
-rw-r--r--attach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/attach.c b/attach.c
index b4bfe5eb..1939f45a 100644
--- a/attach.c
+++ b/attach.c
@@ -575,7 +575,7 @@ int mutt_view_attachment (FILE *fp, BODY *a, int flag, HEADER *hdr,
info.hdr = hdr;
rc = mutt_do_pager (descrip, pagerfile,
- is_message ? M_PAGER_MESSAGE : 0, &info);
+ M_PAGER_ATTACHMENT | (is_message ? M_PAGER_MESSAGE : 0), &info);
}
else
rc = 0;