summaryrefslogtreecommitdiff
path: root/alpine/takeaddr.c
diff options
context:
space:
mode:
Diffstat (limited to 'alpine/takeaddr.c')
-rw-r--r--alpine/takeaddr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/takeaddr.c b/alpine/takeaddr.c
index abb63e37..5c13d8a9 100644
--- a/alpine/takeaddr.c
+++ b/alpine/takeaddr.c
@@ -2805,7 +2805,7 @@ take_to_export(struct pine *ps, LINES_TO_TAKE *lines_to_take)
q_status_message(SM_ORDER, 3, 3, _("No lines to export"));
else{
memset(&screen, 0, sizeof(screen));
- conf_scroll_screen(ps, &screen, first_line, _("Take Export"), NULL, 0);
+ conf_scroll_screen(ps, &screen, first_line, _("Take Export"), NULL, 0, NULL);
}
}