aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail-ops.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 8def53ae4a..58c5f4226d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-07 Dan Winship <danw@helixcode.com>
+
+ * mail-ops.c (do_fetch_mail): Fix previous fix. (Free the uids,
+ just do it correctly.)
+
2000-09-07 Jeffrey Stedfast <fejj@helixcode.com>
* mail-ops.c (do_fetch_mail): Don't free uids, let the camel
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index d4592aa251..1bec67ebbf 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -180,6 +180,7 @@ do_fetch_mail (gpointer in_data, gpointer op_data, CamelException *ex)
}
camel_object_unref (CAMEL_OBJECT (message));
}
+ camel_folder_free_uids (folder, uids);
data->empty = FALSE;
}