The 1.2 series includes a host of new features including IPv6 support and SSL support via OpenSSL instead of mucking about with Mozilla libraries. For a complete list of the new features, the 1.2 series release notes are here: http://developer.ximian.com/projects/evolution/release_notes/1.2.html while the 1.2.1 release notes are here: http://developer.ximian.com/projects/evolution/release_notes/1.2.1.html ok todd@
17 lines
526 B
Plaintext
17 lines
526 B
Plaintext
$OpenBSD: patch-mail_upgrade-mailer_c,v 1.1 2003/01/03 21:53:07 marcm Exp $
|
|
--- mail/upgrade-mailer.c.orig Sat Nov 2 00:32:03 2002
|
|
+++ mail/upgrade-mailer.c Sat Nov 2 00:32:14 2002
|
|
@@ -41,9 +41,9 @@
|
|
#include <bonobo.h>
|
|
#include <bonobo-conf/bonobo-config-database.h>
|
|
#include <gal/util/e-xml-utils.h>
|
|
-#include <libxml/xmlmemory.h>
|
|
-#include <libxml/parser.h>
|
|
-#include <libxml/tree.h>
|
|
+#include <xmlmemory.h>
|
|
+#include <parser.h>
|
|
+#include <tree.h>
|
|
|
|
#include <camel/camel-file-utils.h>
|
|
#include <camel/camel-store.h>
|