From 8eb0b3c65e0bac8f5926ec52a1a9c4404cd59ad9 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 10 Dec 1996 20:58:56 +0000 Subject: Move s/key info at the beginning of incorrect password message, some client (f.e. Eudora) don't display whole line --- mail/popper/files/patch-ab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/popper') diff --git a/mail/popper/files/patch-ab b/mail/popper/files/patch-ab index c0a9bc8c151a..7994b2fa6992 100644 --- a/mail/popper/files/patch-ab +++ b/mail/popper/files/patch-ab @@ -1,5 +1,5 @@ *** pop_pass.c.orig Fri May 24 22:26:25 1996 ---- pop_pass.c Thu Dec 5 02:31:23 1996 +--- pop_pass.c Tue Dec 10 23:52:23 1996 *************** *** 482,497 **** POP * p; @@ -51,7 +51,7 @@ ! if (pass_ok) ! sleep(SLEEP_SECONDS); ! return (pop_msg(p,POP_FAILURE, -! "Password supplied for \"%s\" is incorrect. %s%s", +! "\"%s\" %s%s, password is incorrect.", ! p->user, buf, ! pass_ok ? "" : " (required)")); } -- cgit v1.2.3