aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-03 18:27:28 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-03 18:27:28 +0800
commit5b45fa406d3abe249685572bebca698391f387fa (patch)
treecf1275f1318065f13c50d318f6cd24b88107d151 /composer
parent1b52a3511ef0949419abcca706c24dacdf415d7d (diff)
downloadgsoc2013-evolution-5b45fa406d3abe249685572bebca698391f387fa.tar
gsoc2013-evolution-5b45fa406d3abe249685572bebca698391f387fa.tar.gz
gsoc2013-evolution-5b45fa406d3abe249685572bebca698391f387fa.tar.bz2
gsoc2013-evolution-5b45fa406d3abe249685572bebca698391f387fa.tar.lz
gsoc2013-evolution-5b45fa406d3abe249685572bebca698391f387fa.tar.xz
gsoc2013-evolution-5b45fa406d3abe249685572bebca698391f387fa.tar.zst
gsoc2013-evolution-5b45fa406d3abe249685572bebca698391f387fa.zip
header cleanups.
2004-05-03 Not Zed <NotZed@Ximian.com> * e-msg-composer.c: header cleanups. svn path=/trunk/; revision=25743
Diffstat (limited to 'composer')
-rw-r--r--composer/ChangeLog4
-rw-r--r--composer/e-msg-composer.c8
2 files changed, 12 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 3dfa45febc..fb7ddec0ce 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-03 Not Zed <NotZed@Ximian.com>
+
+ * e-msg-composer.c: header cleanups.
+
2004-04-28 Not Zed <NotZed@Ximian.com>
** Changed error messages to EError.
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index 6330686394..8dfdf82a2b 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -50,6 +50,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
+#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <ctype.h>
@@ -97,11 +98,18 @@
#include <camel/camel-charset-map.h>
#include <camel/camel-stream-filter.h>
#include <camel/camel-mime-filter-charset.h>
+#include <camel/camel-stream-mem.h>
+#include <camel/camel-stream-fs.h>
+#include <camel/camel-mime-filter-tohtml.h>
+#include <camel/camel-multipart-signed.h>
+#include <camel/camel-multipart-encrypted.h>
+#include <camel/camel-string-utils.h>
#if defined (HAVE_NSS) && defined (SMIME_SUPPORTED)
#include <camel/camel-smime-context.h>
#endif
#include "mail/em-utils.h"
+#include "mail/em-composer-utils.h"
#include "mail/mail-config.h"
#include "mail/mail-crypto.h"
#include "mail/mail-tools.h"