[evolution-patches] Please review my patch for bug #46068



Hello All,
Could you review my patch for bug #46068?,I just remove reference to camel-pgp-mime.h in mail-format.c and mail-crypto.h, that can solve the problem of Evolution1.4.1 building errors. I hope this patch can be checked in both trunk and 1.4 branch.

Bug Summary: Evolution 1.4.1 building failed with forte on Solaris8
Bug Link: http://bugzilla.ximian.com/show_bug.cgi?id=46068

Thanks,
Anto

Index: ./mail/mail-crypto.h
===================================================================
RCS file: /cvs/gnome/evolution/mail/mail-crypto.h,v
retrieving revision 1.18
diff -u -r1.18 mail-crypto.h
--- ./mail/mail-crypto.h	17 Jan 2003 23:31:27 -0000	1.18
+++ ./mail/mail-crypto.h	10 Jul 2003 03:42:23 -0000
@@ -24,7 +24,6 @@
 #define MAIL_CRYPTO_H
 
 #include <camel/camel.h>
-#include <camel/camel-pgp-mime.h>
 #include <camel/camel-smime-context.h>
 #include <camel/camel-smime-utils.h>
 #include "mail-config.h"
Index: ./mail/mail-format.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/mail-format.c,v
retrieving revision 1.287
diff -u -r1.287 mail-format.c
--- ./mail/mail-format.c	25 Jun 2003 10:12:06 -0000	1.287
+++ ./mail/mail-format.c	10 Jul 2003 03:42:51 -0000
@@ -40,7 +40,6 @@
 #include <gal/util/e-iconv.h>
 
 #include <camel/camel-mime-utils.h>
-#include <camel/camel-pgp-mime.h>
 #include <camel/camel-stream-null.h>
 #include <camel/camel-stream-filter.h>
 #include <camel/camel-multipart-signed.h>
Index: mail/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.2768
diff -u -r1.2768 ChangeLog
--- mail/ChangeLog	7 Jul 2003 21:44:18 -0000	1.2768
+++ mail/ChangeLog	10 Jul 2003 04:04:09 -0000
@@ -1,3 +1,9 @@
+2003-07-10  Antonio Xu  <antonio xu sun com>
+
+	* mail-crypto.h: remove reference to camel-pgp-mime.h
+
+	* mail-format.c: remove reference to camel-pgp-mime.h
+
 2003-07-07  Jeffrey Stedfast  <fejj ximian com>
 
 	* mail-callbacks.c (mail_generate_reply): Use


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]