From b894c24f03beeaaeb947676f95c05473ee7691d4 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 30 Jan 2002 05:14:48 +0000 Subject: Changed name from "NT Login" to simply "Login". 2002-01-30 Not Zed * camel-sasl-login.c: Changed name from "NT Login" to simply "Login". * providers/pop3/*: Entirely new pop implmentation, supporting pipelining. 2002-01-29 Not Zed * camel-data-cache.c (free_busy): We dont want to unref the stream, instead, stop listening to the finalised events, and free the path only. 2002-01-25 Not Zed * camel-data-cache.c (stream_finalised): Remove the object from the busy_stream hashtable, not the busy_path hashtable. svn path=/trunk/; revision=15521 --- camel/camel-sasl-login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-sasl-login.c') diff --git a/camel/camel-sasl-login.c b/camel/camel-sasl-login.c index 02e78d5194..f6c3c9e5f8 100644 --- a/camel/camel-sasl-login.c +++ b/camel/camel-sasl-login.c @@ -29,7 +29,7 @@ #include "camel-service.h" CamelServiceAuthType camel_sasl_login_authtype = { - N_("NT Login"), + N_("Login"), N_("This option will connect to the server using a " "simple password."), -- cgit