diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-11-21 11:51:33 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-11-21 11:51:33 +0800 |
commit | 7ea24b0cb12e396794284da34762c508bce472d8 (patch) | |
tree | ae2c553b2acf6f9e2b8710248c52f399da401083 /camel/Makefile.am | |
parent | 0f442b0884aa8ffc2043c73912232f01928924d2 (diff) | |
download | gsoc2013-evolution-7ea24b0cb12e396794284da34762c508bce472d8.tar.gz 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.am | 2 |
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 \ |