aboutsummaryrefslogtreecommitdiffstats
path: root/camel/Makefile.am
diff options
context:
space:
mode:
authorNot Zed <NotZed@HelixCode.com>2000-11-21 11:51:33 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-11-21 11:51:33 +0800
commit7ea24b0cb12e396794284da34762c508bce472d8 (patch)
treeae2c553b2acf6f9e2b8710248c52f399da401083 /camel/Makefile.am
parent0f442b0884aa8ffc2043c73912232f01928924d2 (diff)
downloadgsoc2013-evolution-7ea24b0cb12e396794284da34762c508bce472d8.tar
gsoc2013-evolution-7ea24b0cb12e396794284da34762c508bce472d8.tar.gz
gsoc2013-evolution-7ea24b0cb12e396794284da34762c508bce472d8.tar.bz2
gsoc2013-evolution-7ea24b0cb12e396794284da34762c508bce472d8.tar.lz
gsoc2013-evolution-7ea24b0cb12e396794284da34762c508bce472d8.tar.xz
gsoc2013-evolution-7ea24b0cb12e396794284da34762c508bce472d8.tar.zst
gsoc2013-evolution-7ea24b0cb12e396794284da34762c508bce472d8.zip
Added camel-folder-thread.[ch].
2000-11-21 Not Zed <NotZed@HelixCode.com> * Makefile.am (libcamel_la_SOURCES): Added camel-folder-thread.[ch]. * camel-folder-thread.c: message-threading algorithm, taken from evolutions' mail component, as it is generally more useful than just for evolution itself. Changed to use e-memchunks as well to speed it up a little and use less mem. svn path=/trunk/; revision=6623
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r--camel/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am
index 9e419c254a..a57f1c5fbb 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -22,6 +22,7 @@ libcamel_la_SOURCES = \
camel-exception.c \
camel-folder-search.c \
camel-folder-summary.c \
+ camel-folder-thread.c \
camel-folder.c \
camel-internet-address.c \
camel-lock.c \
@@ -76,6 +77,7 @@ libcamelinclude_HEADERS = \
camel-exception.h \
camel-folder-search.h \
camel-folder-summary.h \
+ camel-folder-thread.h \
camel-folder.h \
camel-internet-address.h \
camel-lock.h \