diff options
-rw-r--r-- | camel/ChangeLog | 4 | ||||
-rw-r--r-- | camel/providers/Makefile.am | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 8107aa8247..eec2b98347 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,7 @@ +2000-11-27 Not Zed <NotZed@HelixCode.com> + + * providers/Makefile.am: Removed mh, mbox, added local, to the default. + 2000-11-24 Not Zed <NotZed@HelixCode.com> * tests/data/getaddr.pl: little util to scan mailboxes for any and diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am index f29b0c2808..2c2bc28739 100644 --- a/camel/providers/Makefile.am +++ b/camel/providers/Makefile.am @@ -1,7 +1,10 @@ ## Process this file with automake to produce Makefile.in # SUBDIRS = mbox pop3 sendmail smtp vee -SUBDIRS = mbox pop3 sendmail smtp vee imap mh nntp +SUBDIRS = pop3 sendmail smtp vee imap nntp local # these ones are disabled for the moment. -# maildir local +# maildir + +# these ones are deprecated, and will no longer be maintained +# mbox mh
\ No newline at end of file |