diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-10-18 22:42:48 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-19 00:32:38 +0800 |
commit | ec170e47fdeb57272110fa3ef9164a98d8b69d84 (patch) | |
tree | c3442ae4984e847e664af1cbd4c9305d9c8e8c6b /mail/mail-send-recv.c | |
parent | e555c2bff07d0f6d2778117cd28c3eb04f381f75 (diff) | |
download | gsoc2013-evolution-ec170e47fdeb57272110fa3ef9164a98d8b69d84.tar.gz gsoc2013-evolution-ec170e47fdeb57272110fa3ef9164a98d8b69d84.tar.zst gsoc2013-evolution-ec170e47fdeb57272110fa3ef9164a98d8b69d84.zip |
Move more account utilities to e-account-utils.c.
Diffstat (limited to 'mail/mail-send-recv.c')
-rw-r--r-- | mail/mail-send-recv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c index e2c70861b6..88993d7b8d 100644 --- a/mail/mail-send-recv.c +++ b/mail/mail-send-recv.c @@ -39,7 +39,6 @@ #include "e-mail-session.h" #include "em-event.h" #include "em-filter-rule.h" -#include "mail-config.h" #include "mail-folder-cache.h" #include "mail-mt.h" #include "mail-ops.h" @@ -1337,7 +1336,7 @@ mail_send (EMailSession *session) struct _send_data *data; send_info_t type; - transport = mail_config_get_default_transport (); + transport = e_get_default_transport (); if (!transport || !transport->url) return; |