diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-06-16 03:34:54 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-06-16 03:34:54 +0800 |
commit | e088dbce225e56862a0076ed6465eb217a56a977 (patch) | |
tree | f9d9fca5398dd529295e7c0c189471c790f4c68d /mail/ChangeLog | |
parent | b0bac93a1ef3963c1d432a06015e09e1042208d0 (diff) | |
download | gsoc2013-evolution-e088dbce225e56862a0076ed6465eb217a56a977.tar gsoc2013-evolution-e088dbce225e56862a0076ed6465eb217a56a977.tar.gz gsoc2013-evolution-e088dbce225e56862a0076ed6465eb217a56a977.tar.bz2 gsoc2013-evolution-e088dbce225e56862a0076ed6465eb217a56a977.tar.lz gsoc2013-evolution-e088dbce225e56862a0076ed6465eb217a56a977.tar.xz gsoc2013-evolution-e088dbce225e56862a0076ed6465eb217a56a977.tar.zst gsoc2013-evolution-e088dbce225e56862a0076ed6465eb217a56a977.zip |
Fixed misuse of an uninitialized variable.
2001-06-15 Jeffrey Stedfast <fejj@ximian.com>
* mail-ops.c (mail_send_message): Fixed misuse of an uninitialized
variable.
* component-factory.c (destination_folder_handle_drop): Implemented.
* mail.h: Added prototype for evolution_folder_info_factory_init.
* mail-ops.c (mail_do_transfer_messages): Now takes a const char*
as the dest_uri. This works better all around since we strdup'd
the string anyway.
svn path=/trunk/; revision=10255
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 672fb860fe..ceabc5f8a5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2001-06-15 Jeffrey Stedfast <fejj@ximian.com> + + * mail-ops.c (mail_send_message): Fixed misuse of an uninitialized + variable. + + * component-factory.c (destination_folder_handle_drop): Implemented. + + * mail.h: Added prototype for evolution_folder_info_factory_init. + + * mail-ops.c (mail_do_transfer_messages): Now takes a const char* + as the dest_uri. This works better all around since we strdup'd + the string anyway. + 2001-06-15 Dan Winship <danw@ximian.com> * mail-format.c (mail_format_mime_message): We can't output |