From e088dbce225e56862a0076ed6465eb217a56a977 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 15 Jun 2001 19:34:54 +0000 Subject: Fixed misuse of an uninitialized variable. 2001-06-15 Jeffrey Stedfast * 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 --- mail/mail-ops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-ops.h') diff --git a/mail/mail-ops.h b/mail/mail-ops.h index 205684da94..078b684448 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -50,7 +50,7 @@ void mail_append_mail (CamelFolder *folder, CamelMimeMessage *message, CamelMess void mail_do_transfer_messages (CamelFolder *source, GPtrArray *uids, gboolean delete_from_source, - gchar *dest_uri); + const char *dest_uri); /* get a single message, asynchronously */ void mail_get_message (CamelFolder *folder, const char *uid, -- cgit v1.2.3