diff options
author | Not Zed <NotZed@Ximian.com> | 2004-12-03 11:38:03 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-12-03 11:38:03 +0800 |
commit | 8652353f286c3cacb888573b3fe1e7263b41a92c (patch) | |
tree | 6f02b6262fcd919865c9ba51881a12fe29021762 /mail/em-format-hook.h | |
parent | c83477345fa5dceb62b85efd0a76a54f94a78858 (diff) | |
download | gsoc2013-evolution-8652353f286c3cacb888573b3fe1e7263b41a92c.tar.gz gsoc2013-evolution-8652353f286c3cacb888573b3fe1e7263b41a92c.tar.zst gsoc2013-evolution-8652353f286c3cacb888573b3fe1e7263b41a92c.zip |
Moved various things from e-util to libedataserver.
2004-11-15 Not Zed <NotZed@Ximian.com>
* *.c: Moved various things from e-util to libedataserver.
* GNOME_Evolution_Mail.server.in.in: remove the startup wizard stuff.
* mail-config-druid.[ch]:
* mail-account-editor.[ch]:
* mail-account-gui.[ch]: removed & deleted.
* mail-session.c (mail_session_init): and here too.
* em-migrate.c (em_migrate_1_4): init camel-provider library too.
(e_path_to_physical): copy from e-util/e-path.c.
* Makefile.am (libevolution_mail_la_LIBADD): link to new libcamel
provider too.
svn path=/trunk/; revision=28047
Diffstat (limited to 'mail/em-format-hook.h')
-rw-r--r-- | mail/em-format-hook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-hook.h b/mail/em-format-hook.h index 20010604f5..c2f2348a28 100644 --- a/mail/em-format-hook.h +++ b/mail/em-format-hook.h @@ -24,7 +24,7 @@ #define __EM_FORMAT_HOOK_H__ #include <glib-object.h> -#include "e-util/e-msgport.h" +#include "libedataserver/e-msgport.h" #include "e-util/e-plugin.h" #include "em-format.h" |