diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-10-21 05:57:50 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-10-21 05:57:50 +0800 |
commit | 325335e9af416529cfe8f82600bac3790ac10d12 (patch) | |
tree | c52039448e92bed5cad6062aa4524d2fff50084e | |
parent | eb51e7b6bbea307be594e1afb2b98a7fa93e8a64 (diff) | |
download | gsoc2013-evolution-325335e9af416529cfe8f82600bac3790ac10d12.tar gsoc2013-evolution-325335e9af416529cfe8f82600bac3790ac10d12.tar.gz gsoc2013-evolution-325335e9af416529cfe8f82600bac3790ac10d12.tar.bz2 gsoc2013-evolution-325335e9af416529cfe8f82600bac3790ac10d12.tar.lz gsoc2013-evolution-325335e9af416529cfe8f82600bac3790ac10d12.tar.xz gsoc2013-evolution-325335e9af416529cfe8f82600bac3790ac10d12.tar.zst gsoc2013-evolution-325335e9af416529cfe8f82600bac3790ac10d12.zip |
re-enable the nntp provider.
2000-10-20 Chris Toshok <toshok@helixcode.com>
* providers/Makefile.am (SUBDIRS): re-enable the nntp provider.
svn path=/trunk/; revision=6090
-rw-r--r-- | camel/ChangeLog | 4 | ||||
-rw-r--r-- | camel/providers/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index d34be01259..337a8be5c7 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2000-10-20 Chris Toshok <toshok@helixcode.com> + * providers/Makefile.am (SUBDIRS): re-enable the nntp provider. + +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. diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am index 5a5f775cd7..dedeaa0b3b 100644 --- a/camel/providers/Makefile.am +++ b/camel/providers/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in # SUBDIRS = mbox pop3 sendmail smtp vee -SUBDIRS = mbox pop3 sendmail smtp vee imap mh +SUBDIRS = mbox pop3 sendmail smtp vee imap mh nntp # these ones are disabled for the moment. # maildir |