Changed the STOREINFO_VERSION - should fix bug #28571, but if it doesn't -
authorJeffrey Stedfast <fejj@ximian.com>
Mon, 19 Aug 2002 21:56:51 +0000 (21:56 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Mon, 19 Aug 2002 21:56:51 +0000 (21:56 +0000)
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.

camel/ChangeLog
camel/providers/imap/camel-imap-store.c

index a857f41..e032b12 100644 (file)
@@ -1,5 +1,9 @@
 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.
+
        * camel-gpg-context.c (gpg_sign): If the diagnostics are empty,
        just explain that gpg failed to execute.
        (gpg_encrypt): Same.
index 1bb57cc..24f46f0 100644 (file)
@@ -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)