diff options
author | Thomas Roessler <roessler@does-not-exist.org> | 2001-01-27 13:33:53 +0000 |
---|---|---|
committer | Thomas Roessler <roessler@does-not-exist.org> | 2001-01-27 13:33:53 +0000 |
commit | bfc0e8390b0f963d602a14d5890228a1b4458a57 (patch) | |
tree | 7d6721fbecae5da04cb33e358c88af4f9a1f33ec /attach.c | |
parent | ed6ec2db5d070b0be0826e6176d83c11f5947563 (diff) |
Add collapsing to the receive-attach menu, and improve digest
handling that way.
Diffstat (limited to 'attach.c')
-rw-r--r-- | attach.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |