diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-06-23 10:11:38 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-06-23 10:11:38 +0800 |
commit | d12be02179f502780ab5d8219dceac8c7b2d36e9 (patch) | |
tree | 1a2f0d9bb33e83bfc1b3f533ab92b24e13b36b8f /mail/ChangeLog | |
parent | 61ec5b754bb8acf189d0ac083bf8e0cb0c98ebc0 (diff) | |
download | gsoc2013-evolution-d12be02179f502780ab5d8219dceac8c7b2d36e9.tar gsoc2013-evolution-d12be02179f502780ab5d8219dceac8c7b2d36e9.tar.gz gsoc2013-evolution-d12be02179f502780ab5d8219dceac8c7b2d36e9.tar.bz2 gsoc2013-evolution-d12be02179f502780ab5d8219dceac8c7b2d36e9.tar.lz gsoc2013-evolution-d12be02179f502780ab5d8219dceac8c7b2d36e9.tar.xz gsoc2013-evolution-d12be02179f502780ab5d8219dceac8c7b2d36e9.tar.zst gsoc2013-evolution-d12be02179f502780ab5d8219dceac8c7b2d36e9.zip |
add handling for loading "news:" folders.
2000-06-22 Chris Toshok <toshok@helixcode.com>
* folder-browser.c (folder_browser_load_folder): add handling for
loading "news:" folders.
* component-factory.c (create_news_storage): add a root for news
source.
(owner_set_cb): call create_news_storage.
svn path=/trunk/; revision=3703
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c6f34b0486..14c752f9a4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2000-06-22 Chris Toshok <toshok@helixcode.com> + + * folder-browser.c (folder_browser_load_folder): add handling for + loading "news:" folders. + + * component-factory.c (create_news_storage): add a root for news + source. + (owner_set_cb): call create_news_storage. + 2000-06-22 Jeffrey Stedfast <fejj@helixcode.com> * folder-browser.c (folder_browser_load_folder): Updated to |