aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-12-07 11:24:33 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-12-07 11:24:33 +0800
commit87a7a18c3268d35d76f27b00a94db0d3e1f45f9a (patch)
treeffdd5072cc46bd13c2e1c81ae0ece2175fa84c99 /composer
parentfb21b98a156559eab8d3b9454e3889d963ddfabb (diff)
downloadgsoc2013-evolution-87a7a18c3268d35d76f27b00a94db0d3e1f45f9a.tar
gsoc2013-evolution-87a7a18c3268d35d76f27b00a94db0d3e1f45f9a.tar.gz
gsoc2013-evolution-87a7a18c3268d35d76f27b00a94db0d3e1f45f9a.tar.bz2
gsoc2013-evolution-87a7a18c3268d35d76f27b00a94db0d3e1f45f9a.tar.lz
gsoc2013-evolution-87a7a18c3268d35d76f27b00a94db0d3e1f45f9a.tar.xz
gsoc2013-evolution-87a7a18c3268d35d76f27b00a94db0d3e1f45f9a.tar.zst
gsoc2013-evolution-87a7a18c3268d35d76f27b00a94db0d3e1f45f9a.zip
include camel-cipher-context.h so we build if nss isn't available.
2004-12-07 Not Zed <NotZed@Ximian.com> * e-msg-composer.c: include camel-cipher-context.h so we build if nss isn't available. svn path=/trunk/; revision=28080
Diffstat (limited to 'composer')
-rw-r--r--composer/ChangeLog5
-rw-r--r--composer/e-msg-composer.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 1f4c44f112..4756cc06f6 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-07 Not Zed <NotZed@Ximian.com>
+
+ * e-msg-composer.c: include camel-cipher-context.h so we build if
+ nss isn't available.
+
2004-11-26 JP Rosevear <jpr@novell.com>
* e-msg-composer.c (create_composer): get image from icon factory
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index 9d0c6e7fa6..6284280373 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -105,6 +105,7 @@
#include <camel/camel-multipart-signed.h>
#include <camel/camel-multipart-encrypted.h>
#include <camel/camel-string-utils.h>
+#include <camel/camel-cipher-context.h>
#if defined (HAVE_NSS) && defined (SMIME_SUPPORTED)
#include <camel/camel-smime-context.h>
#endif