From bec1f9008583025c74363280d9aadcf99e9ddfac Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 19 Aug 2002 21:56:51 +0000 Subject: Changed the STOREINFO_VERSION - should fix bug #28571, but if it doesn't - 2002-08-19 Jeffrey Stedfast * 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 --- camel/providers/imap/camel-imap-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers/imap') 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) -- cgit v1.2.3