Initial cut at mh provider. Well, it already does everything
authorNot Zed <NotZed@HelixCode.com>
Tue, 1 Aug 2000 12:46:05 +0000 (12:46 +0000)
committerMichael Zucci <zucchi@src.gnome.org>
Tue, 1 Aug 2000 12:46:05 +0000 (12:46 +0000)
commit46890490786ea38200fd11ff70fc1d5918155677
treefee48c5f2b213c75cafb72f6f6eeb76364ebfbf8
parent10151eaff49f0ad1871fab2482a78f2823f60b6b
Initial cut at mh provider.  Well, it already does everything
mbox does.

2000-08-01  Not Zed  <NotZed@HelixCode.com>

        * providers/mh: New mh provider implementation.

        * providers/Makefile.am (SUBDIRS): Added mh provider.
camel/ChangeLog
camel/providers/Makefile.am
camel/providers/mh/Makefile.am [new file with mode: 0644]
camel/providers/mh/camel-mh-folder.c [new file with mode: 0644]
camel/providers/mh/camel-mh-folder.h [new file with mode: 0644]
camel/providers/mh/camel-mh-provider.c [new file with mode: 0644]
camel/providers/mh/camel-mh-store.c [new file with mode: 0644]
camel/providers/mh/camel-mh-store.h [new file with mode: 0644]
camel/providers/mh/camel-mh-summary.c [new file with mode: 0644]
camel/providers/mh/camel-mh-summary.h [new file with mode: 0644]
camel/providers/mh/libcamelmh.urls [new file with mode: 0644]