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:
committed by
Jeffrey Stedfast
parent
0fbb812091
commit
e456a9a264
@ -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
|
||||
|
||||
@ -47,7 +47,7 @@ CamelProviderConfEntry pop3_conf_entries[] = {
|
||||
};
|
||||
|
||||
static CamelProvider pop3_provider = {
|
||||
"pop3",
|
||||
"pop",
|
||||
|
||||
N_("POP"),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user