diff options
-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 |