aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-10-21 05:46:14 +0800
committerChris Toshok <toshok@src.gnome.org>2000-10-21 05:46:14 +0800
commiteb51e7b6bbea307be594e1afb2b98a7fa93e8a64 (patch)
treede442d11d5cba03fb55fc319842305b20c22f231 /camel/ChangeLog
parent57ee9b0d0130191ee04f2601e60a92eee8271ac9 (diff)
downloadgsoc2013-evolution-eb51e7b6bbea307be594e1afb2b98a7fa93e8a64.tar
gsoc2013-evolution-eb51e7b6bbea307be594e1afb2b98a7fa93e8a64.tar.gz
gsoc2013-evolution-eb51e7b6bbea307be594e1afb2b98a7fa93e8a64.tar.bz2
gsoc2013-evolution-eb51e7b6bbea307be594e1afb2b98a7fa93e8a64.tar.lz
gsoc2013-evolution-eb51e7b6bbea307be594e1afb2b98a7fa93e8a64.tar.xz
gsoc2013-evolution-eb51e7b6bbea307be594e1afb2b98a7fa93e8a64.tar.zst
gsoc2013-evolution-eb51e7b6bbea307be594e1afb2b98a7fa93e8a64.zip
add function to build a tree from the nntp group names (using '.' as a
2000-10-20 Chris Toshok <toshok@helixcode.com> * 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
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog11
1 files changed, 11 insertions, 0 deletions
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 <toshok@helixcode.com>
+
+ * 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 <toshok@helixcode.com>
* camel-folder-search.c: #include <sys/types.h> before <regex.h>