diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index c24472738a..75ad88d4ff 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -9,6 +9,11 @@ 2003-05-13 Jeffrey Stedfast <fejj@ximian.com> + * providers/local/camel-local-folder.c (local_delete): Only delete + the index if it is non-NULL. Fixes bug #42763. + +2003-05-13 Jeffrey Stedfast <fejj@ximian.com> + * providers/imap/camel-imap-utils.c (imap_uid_array_to_set): Added a note to the comment block for this function noting that uids MUST be in sorted order. |