aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--camel/ChangeLog6
-rw-r--r--camel/providers/imap/camel-imap-folder.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index d6faf67fbb..ee91389bd5 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2001-01-03 Christopher James Lahey <clahey@helixcode.com>
+
+ * providers/imap/camel-imap-folder.c (camel_imap_folder_new):
+ Initialize the exists variable so that we don't do random things
+ if the imap server misbehaves.
+
2000-12-29 Not Zed <NotZed@HelixCode.com>
* camel-folder.c (camel_folder_move_message_to): REmove warning,
diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c
index 3fa5ce8cde..9e9d2a8cd5 100644
--- a/camel/providers/imap/camel-imap-folder.c
+++ b/camel/providers/imap/camel-imap-folder.c
@@ -157,7 +157,7 @@ camel_imap_folder_new (CamelStore *parent, const char *folder_name,
CamelImapResponse *response;
char *resp;
guint32 validity = 0;
- int i, exists;
+ int i, exists = 0;
camel_folder_construct (folder, parent, folder_name, short_name);
-Primitive-Driver-Cairo/distinfo?h=gnome-3.24&id=9866eed5ea10bcca9f9356d3bd948eb14e1962c7'>- Update to 0.39pgollucci2009-06-161-3/+3 * - Update to 0.34chinsan2009-04-131-3/+3 * - Update to 0.33chinsan2009-03-251-3/+3 * - Update to 0.32chinsan2009-01-031-3/+3 * - Update to 0.28chinsan2008-10-041-3/+3 * - Update to 0.26chinsan2008-09-251-3/+3 * - Update to 0.23chinsan2008-09-031-3/+3 * - Update to 0.20chinsan2008-09-011-3/+3