aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-crypto.c
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-crypto.c
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-crypto.c')
-rw-r--r--mail/mail-crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-crypto.c b/mail/mail-crypto.c
index 4cc1fe9ae0..c07c2f4cb6 100644
--- a/mail/mail-crypto.c
+++ b/mail/mail-crypto.c
@@ -28,7 +28,7 @@
#include <string.h>
#include <camel/camel-gpg-context.h>
-#include <e-util/e-account.h>
+#include <libedataserver/e-account.h>
#include "mail-crypto.h"
#include "mail-session.h"