diff options
author | 0 <NotZed@Ximian.com> | 2001-09-10 23:48:46 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-09-10 23:48:46 +0800 |
commit | f98d34d5d4083a1d8f2e41b91c2f2179fb0c263b (patch) | |
tree | 823743bced2167ec0109b712ac66512e6da2f349 /camel/ChangeLog | |
parent | def88f65db9a9fcc55fc38732ad05865533fd59f (diff) | |
download | gsoc2013-evolution-f98d34d5d4083a1d8f2e41b91c2f2179fb0c263b.tar gsoc2013-evolution-f98d34d5d4083a1d8f2e41b91c2f2179fb0c263b.tar.gz gsoc2013-evolution-f98d34d5d4083a1d8f2e41b91c2f2179fb0c263b.tar.bz2 gsoc2013-evolution-f98d34d5d4083a1d8f2e41b91c2f2179fb0c263b.tar.lz gsoc2013-evolution-f98d34d5d4083a1d8f2e41b91c2f2179fb0c263b.tar.xz gsoc2013-evolution-f98d34d5d4083a1d8f2e41b91c2f2179fb0c263b.tar.zst gsoc2013-evolution-f98d34d5d4083a1d8f2e41b91c2f2179fb0c263b.zip |
Forgot to return the newly allocated msg.
2001-09-10 <NotZed@Ximian.com>
* providers/imap/camel-imap-store.c (camel_imap_msg_new): Forgot
to return the newly allocated msg.
svn path=/trunk/; revision=12729
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 2e0473e300..8cc9dc50bd 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2001-09-10 <NotZed@Ximian.com> + + * providers/imap/camel-imap-store.c (camel_imap_msg_new): Forgot + to return the newly allocated msg. + 2001-09-08 Not Zed <NotZed@Ximian.com> * providers/local/camel-spool-summary.c (spool_summary_sync_full): Likewise. |