Use "pop" instead of "pop3" so current configurations continue to work.

2002-01-30  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/pop3/camel-pop3-provider.c: Use "pop" instead of
	"pop3" so current configurations continue to work.

svn path=/trunk/; revision=15532
This commit is contained in:
Jeffrey Stedfast
2002-01-30 23:05:36 +00:00
committed by Jeffrey Stedfast
parent 0fbb812091
commit e456a9a264
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-01-30 Jeffrey Stedfast <fejj@ximian.com>
* providers/pop3/camel-pop3-provider.c: Use "pop" instead of
"pop3" so current configurations continue to work.
2002-01-30 Not Zed <NotZed@Ximian.com>
* camel-sasl-login.c: Changed name from "NT Login" to simply

View File

@ -47,7 +47,7 @@ CamelProviderConfEntry pop3_conf_entries[] = {
};
static CamelProvider pop3_provider = {
"pop3",
"pop",
N_("POP"),