From c6ff08354321779cfa5995ee768b6f17a32847c5 Mon Sep 17 00:00:00 2001 From: bertrand Date: Wed, 12 Jan 2000 02:09:50 +0000 Subject: Backup of the first clean and working mbox file parser. It both find the 2000-01-11 bertrand Backup of the first clean and working mbox file parser. It both find the message and pre-parse the message, that is, retrieve some key headers, and the first lines of the body. svn path=/trunk/; revision=1556 --- camel/providers/mbox/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'camel/providers/mbox/Makefile.am') diff --git a/camel/providers/mbox/Makefile.am b/camel/providers/mbox/Makefile.am index b614a63036..3943cd7a8c 100644 --- a/camel/providers/mbox/Makefile.am +++ b/camel/providers/mbox/Makefile.am @@ -13,11 +13,13 @@ INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \ libcamelmbox_la_SOURCES = \ camel-mbox-folder.c \ - camel-mbox-store.c + camel-mbox-store.c \ + camel-mbox-parser.c libcamelmboxinclude_HEADERS = \ camel-mbox-folder.h \ - camel-mbox-store.h + camel-mbox-store.h \ + camel-mbox-parser.h libcamelmbox_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) -- cgit v1.2.3