From d7aa831cc419feea80fab7d74449eb709f86c88a Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 3 Dec 2003 17:50:59 +0000 Subject: Need to prepend a "/" to path if the path is the url fragment. Also fixed 2003-12-03 Jeffrey Stedfast * em-folder-tree.c (em_folder_tree_set_selected): Need to prepend a "/" to path if the path is the url fragment. Also fixed to select the store node if path == "/". svn path=/trunk/; revision=23611 --- mail/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 9181f562e4..b98feb30c7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,8 +1,14 @@ 2003-12-03 Jeffrey Stedfast + * em-folder-tree.c (em_folder_tree_set_selected): Need to prepend + a "/" to path if the path is the url fragment. Also fixed to + select the store node if path == "/". + * em-folder-selector.c (em_folder_selector_get_selected_uri): Fixed a FIXME by using the CamelProvider url flags to determine if the url used url->fragment or url->path as the folder path. + (em_folder_selector_get_selected_path): Don't allow path strings + to start with "//". 2003-12-03 JP Rosevear -- cgit v1.2.3