From ba9b1480dd6bcfebf517ee5bd5689dce88bc5917 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Thu, 16 Aug 2001 17:47:15 +0000 Subject: (fe_node_to_shell_path): Use node->name and node->full_name to generate 2001-08-16 Peter Williams (fe_node_to_shell_path): Use node->name and node->full_name to generate the the shell path of this item. Don't need to escape the URL, and handle cases when dir_sep != '/' (fe_done_subscribing): Use fe_node_to_shell_path instead of the CamelURL. Third time's the charm... svn path=/trunk/; revision=12101 --- mail/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index dafcca3733..0bab44534e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -2,7 +2,12 @@ * subscribe-dialog.c (fe_done_subscribing): Instead of hackfully getting the path, use a CamelURL so that escaping is handled. Silly - me. + me. -- See below -- + (fe_node_to_shell_path): Use node->name and node->full_name to generate + the the shell path of this item. Don't need to escape the URL, and + handle cases when dir_sep != '/' + (fe_done_subscribing): Use fe_node_to_shell_path instead of the CamelURL. + Third time's the charm... 2001-08-15 Jeffrey Stedfast -- cgit