X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8e0f9bd3daae9d05dec58026d5a5924367e4e874..23647f69a20326716b874a701480bd99919e32c0:/uip/mhparse.c diff --git a/uip/mhparse.c b/uip/mhparse.c index 1193d564..ca5558ae 100644 --- a/uip/mhparse.c +++ b/uip/mhparse.c @@ -2583,7 +2583,7 @@ openFTP (CT ct, char **file) /* * Now, check the answer */ - if (!getanswer (buffer)) + if (!read_yes_or_no_if_tty (buffer)) return NOTOK; if (e->eb_flags) { @@ -2770,7 +2770,7 @@ openMail (CT ct, char **file) e->eb_subject ? e->eb_subject : e->eb_body); /* Now, check answer */ - if (!getanswer (buffer)) + if (!read_yes_or_no_if_tty (buffer)) return NOTOK; vecp = 0;