diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-08-20 05:56:51 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-20 05:56:51 +0800 |
commit | bec1f9008583025c74363280d9aadcf99e9ddfac (patch) | |
tree | 4307ddc1b0b42f0944c909d45c2cd4c564ffb6f5 /camel | |
parent | ba8213f7a9c8c28a1b6694f265a56b49b904cf28 (diff) | |
download | gsoc2013-evolution-bec1f9008583025c74363280d9aadcf99e9ddfac.tar.gz 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')
-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) |