diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-12-16 00:53:50 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-12-16 00:53:50 +0800 |
commit | 2aea353ce79d16f2ee637f413e49e312d5873f33 (patch) | |
tree | 13d3f9bfc495334065d2ac487cdb679bebf00136 /modules/mail/e-mail-shell-backend.c | |
parent | 859c8b5a8fae36bdb615f35f792c8256d4c8f97e (diff) | |
download | gsoc2013-evolution-2aea353ce79d16f2ee637f413e49e312d5873f33.tar.gz gsoc2013-evolution-2aea353ce79d16f2ee637f413e49e312d5873f33.tar.zst gsoc2013-evolution-2aea353ce79d16f2ee637f413e49e312d5873f33.zip |
Move mail migration code to libevolution-mail.so.
So Anjal can reuse it.
Diffstat (limited to 'modules/mail/e-mail-shell-backend.c')
-rw-r--r-- | modules/mail/e-mail-shell-backend.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mail/e-mail-shell-backend.c b/modules/mail/e-mail-shell-backend.c index d54569cefe..f1a85a8927 100644 --- a/modules/mail/e-mail-shell-backend.c +++ b/modules/mail/e-mail-shell-backend.c @@ -37,13 +37,13 @@ #include "composer/e-msg-composer.h" #include "widgets/misc/e-preferences-window.h" -#include "e-mail-shell-migrate.h" #include "e-mail-shell-settings.h" #include "e-mail-shell-sidebar.h" #include "e-mail-shell-view.h" #include "e-mail-browser.h" #include "e-mail-local.h" +#include "e-mail-migrate.h" #include "e-mail-reader.h" #include "e-mail-store.h" #include "em-account-editor.h" @@ -896,7 +896,7 @@ mail_shell_backend_class_init (EMailShellBackendClass *class) shell_backend_class->sort_order = 200; shell_backend_class->preferences_page = "mail-accounts"; shell_backend_class->start = mail_shell_backend_start; - shell_backend_class->migrate = e_mail_shell_migrate; + shell_backend_class->migrate = e_mail_migrate; } static void |