From 55690284e1557f5c85bc8edae36b3cf3817eff9e Mon Sep 17 00:00:00 2001 From: 0 Date: Thu, 20 Sep 2001 19:34:58 +0000 Subject: Dont special case file: url's anymore. 2001-09-20 * mail-tools.c (mail_tool_uri_to_folder): Dont special case file: url's anymore. * mail-local.c: Add real_path to MailLocalFolder. (mail_local_folder_construct): Added path argument, setup full_name == path, and real_path == full_name. (mls_get_folder): First lookup folderinfo to confirm this folder exists, then use that to properly construct the folder paths. (mail_local_folder_reconfigure): Use real_path not full_name to create the store uri. (mlf_set_folder): Use real_path not folder_name to get real uri path. 2001-09-19 * mail-folder-cache.c (setup_store): Use the wrong spelling of finalised for the event hook. (real_note_folder): Use the wrong spelling of finalised for the event hook. (free_folder_info): Free the full_name parameter. (setup_folder): (real_note_folder): Key the folderinfo table on full_name, not path. svn path=/trunk/; revision=13014 --- mail/ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 1d9a826bb9..f280c9dcf7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,30 @@ +2001-09-20 + + * mail-tools.c (mail_tool_uri_to_folder): Dont special case file: + url's anymore. + + * mail-local.c: Add real_path to MailLocalFolder. + (mail_local_folder_construct): Added path argument, setup + full_name == path, and real_path == full_name. + (mls_get_folder): First lookup folderinfo to confirm this folder + exists, then use that to properly construct the folder paths. + (mail_local_folder_reconfigure): Use real_path not full_name to + create the store uri. + (mlf_set_folder): Use real_path not folder_name to get real uri + path. + +2001-09-19 + + * mail-folder-cache.c (setup_store): Use the wrong spelling of + finalised for the event hook. + (real_note_folder): Use the wrong spelling of finalised for the + event hook. + (free_folder_info): Free the full_name parameter. + (setup_folder): + (real_note_folder): Key the folderinfo table on full_name, not + path. + + 2001-09-20 Jeffrey Stedfast * mail-ops.c (save_messages_save): Convert all textual parts to -- cgit v1.2.3