Commit f775702b f775702b17dde3e9b4ceb2a60ec605fc8304283b by Sergey Poznyakoff

Updated

1 parent 513a5c4f
2003-08-18 Sergey Poznyakoff
* mail/mail.h (ml_readline_with_intr): New function.
* mail/mailline.c: Likewise.
* mail/send.c: Use ml_readline_with_intr() when prompting
for header fields.
2003-08-18 Sergey Poznyakoff
* pop3d/extra.c (pop3d_abquit): Flush message headers.
* NEWS: Updated.
* mail/mail.c (main): If the send mode was interrupted by
......
......@@ -36,6 +36,9 @@ ANYOF
*** more extensive diagnostics for APOP authentications
*** Save headers even if the session was aborted. This ensures
the persistence of message unique-ids as required by RFC 1939.
*** popauth: new option --create.
** mail
......