summaryrefslogtreecommitdiffstats
path: root/browser.c
diff options
context:
space:
mode:
Diffstat (limited to 'browser.c')
-rw-r--r--browser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser.c b/browser.c
index b51746c3..14c1089b 100644
--- a/browser.c
+++ b/browser.c
@@ -1030,7 +1030,7 @@ void _mutt_select_file (char *f, size_t flen, int buffy,
b = mutt_make_file_attach (buf);
if (b != NULL)
{
- mutt_view_attachment (NULL, b, M_REGULAR);
+ mutt_view_attachment (NULL, b, M_REGULAR, NULL, NULL, 0);
mutt_free_body (&b);
menu->redraw = REDRAW_FULL;
}