diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-03-14 06:16:50 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-03-14 06:16:50 +0800 |
commit | 5a8fb211febd4eaa5731da0a18c4a30c19fb1f82 (patch) | |
tree | 357457390830f20399afd2185b11b87430b2376c /camel/ChangeLog | |
parent | 69c9fbff698b3516ffc216fd8552736b9f040168 (diff) | |
download | gsoc2013-evolution-5a8fb211febd4eaa5731da0a18c4a30c19fb1f82.tar.gz gsoc2013-evolution-5a8fb211febd4eaa5731da0a18c4a30c19fb1f82.tar.zst gsoc2013-evolution-5a8fb211febd4eaa5731da0a18c4a30c19fb1f82.zip |
Don't add bogus uids to the uid array. Might fix bug #38868 (it's the only
2003-03-13 Jeffrey Stedfast <fejj@ximian.com>
* camel-folder.c (get_uids): Don't add bogus uids to the uid
array. Might fix bug #38868 (it's the only way I can figure that
camel_folder_get_message_info() could possibly return NULL for the
Outbox folder).
svn path=/trunk/; revision=20280
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 9f2ffe93d8..9785e0dbcf 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2003-03-13 Jeffrey Stedfast <fejj@ximian.com> + + * camel-folder.c (get_uids): Don't add bogus uids to the uid + array. Might fix bug #38868 (it's the only way I can figure that + camel_folder_get_message_info() could possibly return NULL for the + Outbox folder). + 2003-03-12 Not Zed <NotZed@Ximian.com> * camel-object.c (remove_bag): removed, it was double-freeing the @@ -95,7 +102,6 @@ convert any CRLF sequences into plain old line-feeds to work around a bug in some local transport programs. ->>>>>>> 1.1757 2003-03-04 Jeffrey Stedfast <fejj@ximian.com> * camel-object.h: s/class/klass in one place so that the header is |