aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-08-20 05:56:51 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-08-20 05:56:51 +0800
commitbec1f9008583025c74363280d9aadcf99e9ddfac (patch)
tree4307ddc1b0b42f0944c909d45c2cd4c564ffb6f5 /camel/providers/imap
parentba8213f7a9c8c28a1b6694f265a56b49b904cf28 (diff)
downloadgsoc2013-evolution-bec1f9008583025c74363280d9aadcf99e9ddfac.tar
gsoc2013-evolution-bec1f9008583025c74363280d9aadcf99e9ddfac.tar.gz
gsoc2013-evolution-bec1f9008583025c74363280d9aadcf99e9ddfac.tar.bz2
gsoc2013-evolution-bec1f9008583025c74363280d9aadcf99e9ddfac.tar.lz
gsoc2013-evolution-bec1f9008583025c74363280d9aadcf99e9ddfac.tar.xz
gsoc2013-evolution-bec1f9008583025c74363280d9aadcf99e9ddfac.tar.zst
gsoc2013-evolution-bec1f9008583025c74363280d9aadcf99e9ddfac.zip
Changed the STOREINFO_VERSION - should fix bug #28571, but if it doesn't -
2002-08-19 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-store.c: Changed the STOREINFO_VERSION - should fix bug #28571, but if it doesn't - oh well, I don't care. I'm considering it fixed no matter what. svn path=/trunk/; revision=17809
Diffstat (limited to 'camel/providers/imap')
-rw-r--r--camel/providers/imap/camel-imap-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c
index 1bb57cc1a5..24f46f0d09 100644
--- a/camel/providers/imap/camel-imap-store.c
+++ b/camel/providers/imap/camel-imap-store.c
@@ -1110,7 +1110,7 @@ imap_auth_loop (CamelService *service, CamelException *ex)
return TRUE;
}
-#define IMAP_STOREINFO_VERSION 1
+#define IMAP_STOREINFO_VERSION 2
static gboolean
can_work_offline (CamelDiscoStore *disco_store)