From ba5feb51d9395314150ae429c1cc69cdfe1e5814 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 15 Mar 2001 03:26:31 +0000 Subject: also change the protocol name in the providers svn path=/trunk/; revision=8725 --- camel/providers/imap/camel-imap-provider.c | 2 +- camel/providers/pop3/camel-pop3-provider.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'camel') diff --git a/camel/providers/imap/camel-imap-provider.c b/camel/providers/imap/camel-imap-provider.c index 1fff8dcfd7..ae86c1ac68 100644 --- a/camel/providers/imap/camel-imap-provider.c +++ b/camel/providers/imap/camel-imap-provider.c @@ -55,7 +55,7 @@ static CamelProvider imap_provider = { #if defined (HAVE_NSS) || defined (HAVE_OPENSSL) static CamelProvider imaps_provider = { - "imaps", + "simap", N_("Secure IMAPv4"), N_("For reading and storing mail on IMAP servers over an SSL connection."), diff --git a/camel/providers/pop3/camel-pop3-provider.c b/camel/providers/pop3/camel-pop3-provider.c index e2669fc703..b25cfcd7a3 100644 --- a/camel/providers/pop3/camel-pop3-provider.c +++ b/camel/providers/pop3/camel-pop3-provider.c @@ -50,7 +50,7 @@ static CamelProvider pop3_provider = { #if defined (HAVE_NSS) || defined (HAVE_OPENSSL) static CamelProvider pops_provider = { - "pops", + "spop", N_("Secure POP"), N_("For connecting to POP servers over an SSL connection. The POP " -- cgit v1.2.3