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