From 056f54ee2814a37f40294c45fc78e49bfb40c358 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 9 Nov 2001 19:36:03 +0000 Subject: Was x_evolution_message_parse from folder-browser.c. A space char is no 2001-11-08 Jeffrey Stedfast * mail-tools.c (mail_tools_x_evolution_message_parse): Was x_evolution_message_parse from folder-browser.c. A space char is no longer used to separate the folder URI and the first uid, instead this is now done with a nul-char so update to parse the newer/better format. * component-factory.c (destination_folder_handle_drop): Update to parse the new/better format. * folder-browser.c (x_evolution_message_parse): Moved to mail-tools.c (message_list_drag_data_get): Instead of placing a space char after the folder URI, instead use a nul-char. svn path=/trunk/; revision=14645 --- mail/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 3f326d4dbe..0cf084d159 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,19 @@ +2001-11-08 Jeffrey Stedfast + + * mail-tools.c (mail_tools_x_evolution_message_parse): Was + x_evolution_message_parse from folder-browser.c. A space char is + no longer used to separate the folder URI and the first uid, + instead this is now done with a nul-char so update to parse the + newer/better format. + + * component-factory.c (destination_folder_handle_drop): Update to + parse the new/better format. + + * folder-browser.c (x_evolution_message_parse): Moved to + mail-tools.c + (message_list_drag_data_get): Instead of placing a space char + after the folder URI, instead use a nul-char. + 2001-11-06 Jeffrey Stedfast * mail-accounts.c (pgp_path_changed): Call -- cgit v1.2.3