X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=recvattach.c;h=518cb590a4e876bf2f93dc95856659382b5e5db5;hp=ac2861d892925fe0af43074b6c08d983195fd8d5;hb=1c62190597f45fd606cf680df3f6a099b9f7ec18;hpb=d240531be8ae2e28fed82a256e72ba449339540d diff --git a/recvattach.c b/recvattach.c index ac2861d..518cb59 100644 --- a/recvattach.c +++ b/recvattach.c @@ -484,7 +484,7 @@ mutt_query_pipe_attachment(char *command, FILE * fp, BODY * body, int afilter) _("WARNING! You are about to overwrite %s, continue?"), body->filename); if (mutt_yesorno (warning, M_NO) != M_YES) { - CLEARLINE(main_w, LINES - 1); + CLEARLINE(stdscr, LINES - 1); return; } tempfd = m_tempfd(tfile, sizeof(tfile), NONULL(mod_core.tmpdir), NULL);