aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-provider.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2001-03-15 11:26:31 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-15 11:26:31 +0800
commitba5feb51d9395314150ae429c1cc69cdfe1e5814 (patch)
treec9c79df2523136a99df4079333ca479ca7862b8b /camel/providers/imap/camel-imap-provider.c
parentfa735fc6667b8c1f1f804c73e251d544c6f71ff8 (diff)
downloadgsoc2013-evolution-ba5feb51d9395314150ae429c1cc69cdfe1e5814.tar
gsoc2013-evolution-ba5feb51d9395314150ae429c1cc69cdfe1e5814.tar.gz
gsoc2013-evolution-ba5feb51d9395314150ae429c1cc69cdfe1e5814.tar.bz2
gsoc2013-evolution-ba5feb51d9395314150ae429c1cc69cdfe1e5814.tar.lz
gsoc2013-evolution-ba5feb51d9395314150ae429c1cc69cdfe1e5814.tar.xz
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/providers/imap/camel-imap-provider.c')
-rw-r--r--camel/providers/imap/camel-imap-provider.c2
1 files changed, 1 insertions, 1 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."),