diff options
author | Simon Zheng <simon.zheng@sun.com> | 2006-01-06 14:44:15 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2006-01-06 14:44:15 +0800 |
commit | 2c28b8f60858b4b5c481e286719814d2e9541c5b (patch) | |
tree | a62748d6d29ff561e0ba45bfa9edcab5e4fb2ba1 /mail/mail-ops.h | |
parent | 2dabbc64ae1be8c96c034f4f03ad7480d7d072a4 (diff) | |
download | gsoc2013-evolution-2c28b8f60858b4b5c481e286719814d2e9541c5b.tar.gz 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.h | 2 |
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, |