From eaf2ce1dd214a1d8716179a25036427096c7c24e Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 20 Sep 2005 00:20:47 +0000 Subject: Fix "auth ntlm" to send AUTH NTLM (rather than AUTH MSN). Add "auth msn". svn path=/trunk/; revision=4297 --- fetchmail.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 11ea28b9..6d1b34e1 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1536,6 +1536,9 @@ static void dump_params (struct runctl *runp, case A_PASSWORD: printf(GT_(" Password authentication will be forced.\n")); break; + case A_MSN: + printf(GT_(" MSN authentication will be forced.\n")); + break; case A_NTLM: printf(GT_(" NTLM authentication will be forced.\n")); break; -- cgit v1.2.3