From eb51e7b6bbea307be594e1afb2b98a7fa93e8a64 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 20 Oct 2000 21:46:14 +0000 Subject: add function to build a tree from the nntp group names (using '.' as a 2000-10-20 Chris Toshok * providers/nntp/camel-nntp-store.c (build_folder_info): add function to build a tree from the nntp group names (using '.' as a heirarchy separator.) #ifdefed INFO_AS_TREE only. (build_folder_info_from_grouplist): if INFO_AS_TREE is selected, call build_folder_info instead of appending a new CamelFolderInfo to our list. (ensure_news_dir_exists): use e_mkdir_hier instead of failing if a parent directory (~/evolution/news generally) isn't there. svn path=/trunk/; revision=6089 --- camel/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index fde6145f65..d34be01259 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2000-10-20 Chris Toshok + + * providers/nntp/camel-nntp-store.c (build_folder_info): add + function to build a tree from the nntp group names (using '.' as a + heirarchy separator.) #ifdefed INFO_AS_TREE only. + (build_folder_info_from_grouplist): if INFO_AS_TREE is selected, + call build_folder_info instead of appending a new CamelFolderInfo + to our list. + (ensure_news_dir_exists): use e_mkdir_hier instead of failing if a + parent directory (~/evolution/news generally) isn't there. + 2000-10-19 Chris Toshok * camel-folder-search.c: #include before -- cgit