aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2003-07-09 20:49:59 +0800
committerLarry Ewing <lewing@src.gnome.org>2003-07-09 20:49:59 +0800
commit9b7443310d9060ccfd8e2e782557cd9a5ec76f85 (patch)
tree311490b2be3610045bd38f68ba4d0296d490f2c3 /camel
parenta82c55f31d763b471cce7fff76d7d2365d16bf6b (diff)
downloadgsoc2013-evolution-9b7443310d9060ccfd8e2e782557cd9a5ec76f85.tar
gsoc2013-evolution-9b7443310d9060ccfd8e2e782557cd9a5ec76f85.tar.gz
gsoc2013-evolution-9b7443310d9060ccfd8e2e782557cd9a5ec76f85.tar.bz2
gsoc2013-evolution-9b7443310d9060ccfd8e2e782557cd9a5ec76f85.tar.lz
gsoc2013-evolution-9b7443310d9060ccfd8e2e782557cd9a5ec76f85.tar.xz
gsoc2013-evolution-9b7443310d9060ccfd8e2e782557cd9a5ec76f85.tar.zst
gsoc2013-evolution-9b7443310d9060ccfd8e2e782557cd9a5ec76f85.zip
remove reference to camel-pgp-mime.h
2003-07-09 Larry Ewing <lewing@ximian.com> * camel.h: remove reference to camel-pgp-mime.h svn path=/trunk/; revision=21770
Diffstat (limited to 'camel')
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/camel.h1
2 files changed, 5 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 7a0afe7e8b..2185e1cb90 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-09 Larry Ewing <lewing@ximian.com>
+
+ * camel.h: remove reference to camel-pgp-mime.h
+
2003-07-08 Jeffrey Stedfast <fejj@ximian.com>
* camel-pgp-mime.[c,h]: Removed.
@@ -84,6 +88,7 @@
* camel-mime-utils.c (header_format_date): Put day of week into
outgoing email.
+
2003-06-25 Jeffrey Stedfast <fejj@ximian.com>
* camel-folder-summary.h: Added prototype for
diff --git a/camel/camel.h b/camel/camel.h
index 8754abd1d1..d964279714 100644
--- a/camel/camel.h
+++ b/camel/camel.h
@@ -64,7 +64,6 @@ extern "C" {
#include <camel/camel-multipart-encrypted.h>
#include <camel/camel-multipart-signed.h>
#include <camel/camel-gpg-context.h>
-#include <camel/camel-pgp-mime.h>
#include <camel/camel-provider.h>
#include <camel/camel-seekable-stream.h>
#include <camel/camel-seekable-substream.h>