aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap4/camel-imap4-utils.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2004-06-11 07:15:39 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-06-11 07:15:39 +0800
commit03ed3fbb05979752f991d4181a16ff720ecfb791 (patch)
tree9fc5772d4caa4659ec3bf75f1128b8d70c3e8a5f /camel/providers/imap4/camel-imap4-utils.h
parentcb21428ef8f23891a4870886ed1f9dfec3969a61 (diff)
downloadgsoc2013-evolution-03ed3fbb05979752f991d4181a16ff720ecfb791.tar
gsoc2013-evolution-03ed3fbb05979752f991d4181a16ff720ecfb791.tar.gz
gsoc2013-evolution-03ed3fbb05979752f991d4181a16ff720ecfb791.tar.bz2
gsoc2013-evolution-03ed3fbb05979752f991d4181a16ff720ecfb791.tar.lz
gsoc2013-evolution-03ed3fbb05979752f991d4181a16ff720ecfb791.tar.xz
gsoc2013-evolution-03ed3fbb05979752f991d4181a16ff720ecfb791.tar.zst
gsoc2013-evolution-03ed3fbb05979752f991d4181a16ff720ecfb791.zip
some code cleanup
svn path=/trunk/; revision=26295
Diffstat (limited to 'camel/providers/imap4/camel-imap4-utils.h')
-rw-r--r--camel/providers/imap4/camel-imap4-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap4/camel-imap4-utils.h b/camel/providers/imap4/camel-imap4-utils.h
index cfaf6a4dc4..31e2b0a67b 100644
--- a/camel/providers/imap4/camel-imap4-utils.h
+++ b/camel/providers/imap4/camel-imap4-utils.h
@@ -62,12 +62,12 @@ int camel_imap4_untagged_list (struct _CamelIMAP4Engine *engine, struct _CamelIM
enum {
+ CAMEL_IMAP4_STATUS_UNKNOWN,
CAMEL_IMAP4_STATUS_MESSAGES,
CAMEL_IMAP4_STATUS_RECENT,
CAMEL_IMAP4_STATUS_UIDNEXT,
CAMEL_IMAP4_STATUS_UIDVALIDITY,
CAMEL_IMAP4_STATUS_UNSEEN,
- CAMEL_IMAP4_STATUS_UNKNOWN,
};
typedef struct _camel_imap4_status_attr {