diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-15 11:26:31 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-15 11:26:31 +0800 |
commit | ba5feb51d9395314150ae429c1cc69cdfe1e5814 (patch) | |
tree | c9c79df2523136a99df4079333ca479ca7862b8b /camel | |
parent | fa735fc6667b8c1f1f804c73e251d544c6f71ff8 (diff) | |
download | gsoc2013-evolution-ba5feb51d9395314150ae429c1cc69cdfe1e5814.tar.gz gsoc2013-evolution-ba5feb51d9395314150ae429c1cc69cdfe1e5814.tar.zst gsoc2013-evolution-ba5feb51d9395314150ae429c1cc69cdfe1e5814.zip |
also change the protocol name in the providers
svn path=/trunk/; revision=8725
Diffstat (limited to 'camel')
-rw-r--r-- | camel/providers/imap/camel-imap-provider.c | 2 | ||||
-rw-r--r-- | camel/providers/pop3/camel-pop3-provider.c | 2 |
2 files changed, 2 insertions, 2 deletions
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 " |