diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-02-22 08:10:22 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-02-22 08:10:22 +0800 |
commit | d28c85dd04ba77b30232c8c5dc1c5db3d4c14753 (patch) | |
tree | 19698fb20e5eb5ddf398bf9ffe023e30eea563d7 /camel/Makefile.am | |
parent | 3b3a08b1de601f1ec9fd0d8f210b0ec49bfba1a1 (diff) | |
download | gsoc2013-evolution-d28c85dd04ba77b30232c8c5dc1c5db3d4c14753.tar.gz gsoc2013-evolution-d28c85dd04ba77b30232c8c5dc1c5db3d4c14753.tar.zst gsoc2013-evolution-d28c85dd04ba77b30232c8c5dc1c5db3d4c14753.zip |
A lot of changes in the way the parsing works. I am too lazy
to find all the changes.
Important notice, I added uggly hacks to camel-formatter.c
and message-browser so that I could test b64 decoding.
Saving streams works. Have to implement qp now.
svn path=/trunk/; revision=1893
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 cff67fc736..2d647875c9 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -58,6 +58,7 @@ libcamel_la_SOURCES = \ camel-session.c \ camel-store.c \ camel-stream.c \ + camel-stream-b64.c \ camel-stream-buffered-fs.c \ camel-stream-fs.c \ camel-stream-mem.c \ @@ -100,6 +101,7 @@ libcamelinclude_HEADERS = \ camel-session.h \ camel-store.h \ camel-stream.h \ + camel-stream-b64.h \ camel-stream-buffered-fs.h \ camel-stream-fs.h \ camel-stream-mem.h \ |