diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-11-27 10:18:00 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-11-27 10:18:00 +0800 |
commit | 3b8f368ce6ad49d9219cbd56b9c14fce7f0d70c3 (patch) | |
tree | de0bd3424bcb2c0375eaf568b42c53e1d864d95c | |
parent | 6c45c449cae597f00cf57d5c9914489871ba916e (diff) | |
download | gsoc2013-evolution-3b8f368ce6ad49d9219cbd56b9c14fce7f0d70c3.tar gsoc2013-evolution-3b8f368ce6ad49d9219cbd56b9c14fce7f0d70c3.tar.gz gsoc2013-evolution-3b8f368ce6ad49d9219cbd56b9c14fce7f0d70c3.tar.bz2 gsoc2013-evolution-3b8f368ce6ad49d9219cbd56b9c14fce7f0d70c3.tar.lz gsoc2013-evolution-3b8f368ce6ad49d9219cbd56b9c14fce7f0d70c3.tar.xz gsoc2013-evolution-3b8f368ce6ad49d9219cbd56b9c14fce7f0d70c3.tar.zst gsoc2013-evolution-3b8f368ce6ad49d9219cbd56b9c14fce7f0d70c3.zip |
Removed mh, mbox, added local, to the default.
2000-11-27 Not Zed <NotZed@HelixCode.com>
* providers/Makefile.am: Removed mh, mbox, added local, to the default.
svn path=/trunk/; revision=6678
-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 |