diff options
Diffstat (limited to 'camel')
-rw-r--r-- | camel/ChangeLog | 4 | ||||
-rw-r--r-- | camel/providers/imap/camel-imap-store.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index a857f41559..e032b12382 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -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. 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) |