aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-store.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-07-14 04:24:09 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-07-14 04:24:09 +0800
commit98c56f99098bcc023524e6f162ce4a216298f06a (patch)
treea773e4742f36d2b6e876d5c8e7e92b3bc442535d /camel/providers/imap/camel-imap-store.h
parent070653be4fc60e713e83239c1c5f9b660ee48555 (diff)
downloadgsoc2013-evolution-98c56f99098bcc023524e6f162ce4a216298f06a.tar
gsoc2013-evolution-98c56f99098bcc023524e6f162ce4a216298f06a.tar.gz
gsoc2013-evolution-98c56f99098bcc023524e6f162ce4a216298f06a.tar.bz2
gsoc2013-evolution-98c56f99098bcc023524e6f162ce4a216298f06a.tar.lz
gsoc2013-evolution-98c56f99098bcc023524e6f162ce4a216298f06a.tar.xz
gsoc2013-evolution-98c56f99098bcc023524e6f162ce4a216298f06a.tar.zst
gsoc2013-evolution-98c56f99098bcc023524e6f162ce4a216298f06a.zip
Updated to use CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP_BAD, and
2000-07-13 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-folder.c: * providers/imap/camel-imap-store.c: Updated to use CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP_BAD, and CAMEL_IMAP_FAIL rather than the ones copied from the POP3 provider. svn path=/trunk/; revision=4155
Diffstat (limited to 'camel/providers/imap/camel-imap-store.h')
-rw-r--r--camel/providers/imap/camel-imap-store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap/camel-imap-store.h b/camel/providers/imap/camel-imap-store.h
index d0ec78bf44..09dd2be148 100644
--- a/camel/providers/imap/camel-imap-store.h
+++ b/camel/providers/imap/camel-imap-store.h
@@ -66,7 +66,7 @@ void camel_imap_store_close (CamelImapStore *store, gboolean expunge, CamelExcep
/* support functions */
-enum { CAMEL_IMAP_OK, CAMEL_IMAP_ERR, CAMEL_IMAP_FAIL };
+enum { CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP_BAD, CAMEL_IMAP_FAIL };
gint camel_imap_command (CamelImapStore *store, CamelFolder *folder, char **ret, char *fmt, ...);
gint camel_imap_command_extended (CamelImapStore *store, CamelFolder *folder, char **ret, char *fmt, ...);