aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.h
diff options
context:
space:
mode:
authorSimon Zheng <simon.zheng@sun.com>2006-01-06 14:44:15 +0800
committerHarry Lu <haip@src.gnome.org>2006-01-06 14:44:15 +0800
commit2c28b8f60858b4b5c481e286719814d2e9541c5b (patch)
treea62748d6d29ff561e0ba45bfa9edcab5e4fb2ba1 /mail/mail-ops.h
parent2dabbc64ae1be8c96c034f4f03ad7480d7d072a4 (diff)
downloadgsoc2013-evolution-2c28b8f60858b4b5c481e286719814d2e9541c5b.tar
gsoc2013-evolution-2c28b8f60858b4b5c481e286719814d2e9541c5b.tar.gz
gsoc2013-evolution-2c28b8f60858b4b5c481e286719814d2e9541c5b.tar.bz2
gsoc2013-evolution-2c28b8f60858b4b5c481e286719814d2e9541c5b.tar.lz
gsoc2013-evolution-2c28b8f60858b4b5c481e286719814d2e9541c5b.tar.xz
gsoc2013-evolution-2c28b8f60858b4b5c481e286719814d2e9541c5b.tar.zst
gsoc2013-evolution-2c28b8f60858b4b5c481e286719814d2e9541c5b.zip
use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
2006-01-06 Simon Zheng <simon.zheng@sun.com> * em-account-editor.c: * em-account-prefs.c: * em-composer-utils.c: * em-folder-tree-model.h: * em-migrate.c: * em-subscribe-editor.c: * em-utils.c: * importers/netscape-importer.c: * mail-config.c: * mail-crypto.c: * mail-ops.h: * mail-send-recv.c: * mail-vfolder.c: use libedataserver/e-account-list.h instead of e-util/e-account-list.h. use libedataserver/e-account.h instead of e-util/e-account.h. svn path=/trunk/; revision=31075
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r--mail/mail-ops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h
index 7ae91131b3..075aa748c5 100644
--- a/mail/mail-ops.h
+++ b/mail/mail-ops.h
@@ -37,7 +37,7 @@ extern "C" {
#include "camel/camel-operation.h"
#include "libedataserver/e-msgport.h"
-#include "e-util/e-account.h"
+#include "libedataserver/e-account.h"
void mail_append_mail (CamelFolder *folder, CamelMimeMessage *message, CamelMessageInfo *info,
void (*done)(CamelFolder *folder, CamelMimeMessage *msg, CamelMessageInfo *info, int ok,