aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-02-20 11:52:03 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-02-20 11:52:03 +0800
commit56d92e7eafdf4b4230f84506d23082feca5630ed (patch)
treedf7735fc057847e43ca612d12f2213f27aac9b18
parentbc2cd00f42a2ab2505e95512165c6d9070252c9c (diff)
downloadgsoc2013-evolution-56d92e7eafdf4b4230f84506d23082feca5630ed.tar
gsoc2013-evolution-56d92e7eafdf4b4230f84506d23082feca5630ed.tar.gz
gsoc2013-evolution-56d92e7eafdf4b4230f84506d23082feca5630ed.tar.bz2
gsoc2013-evolution-56d92e7eafdf4b4230f84506d23082feca5630ed.tar.lz
gsoc2013-evolution-56d92e7eafdf4b4230f84506d23082feca5630ed.tar.xz
gsoc2013-evolution-56d92e7eafdf4b4230f84506d23082feca5630ed.tar.zst
gsoc2013-evolution-56d92e7eafdf4b4230f84506d23082feca5630ed.zip
Include the camel-vee-store.h header from the uninstalled copy.
2001-02-20 Not Zed <NotZed@Ximian.com> * mail-vtrash.c: Include the camel-vee-store.h header from the uninstalled copy. svn path=/trunk/; revision=8301
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail-vtrash.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ab05173d79..5094dca416 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-20 Not Zed <NotZed@Ximian.com>
+
+ * mail-vtrash.c: Include the camel-vee-store.h header from the
+ uninstalled copy.
+
2001-02-19 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c (mail_load_storages): Create vTrash folders
diff --git a/mail/mail-vtrash.c b/mail/mail-vtrash.c
index f48be207eb..15f9c54605 100644
--- a/mail/mail-vtrash.c
+++ b/mail/mail-vtrash.c
@@ -36,7 +36,7 @@
#include "mail-mt.h"
#include "camel/camel.h"
-#include "camel/camel-vee-store.h"
+#include "camel/providers/vee/camel-vee-store.h"
#include "filter/vfolder-rule.h"
#include "filter/filter-part.h"