diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-12-20 11:27:39 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-12-20 11:27:39 +0800 |
commit | 987fb91d5ec4b61d1283acdb9cf02960cc47b74d (patch) | |
tree | 5e9dc4fa1e10995f0217b068daff2ca6b77cf461 /mail/mail-ops.c | |
parent | da67edd2a675481fb90b8f5fcbeb3eaf5dc427ea (diff) | |
download | gsoc2013-evolution-987fb91d5ec4b61d1283acdb9cf02960cc47b74d.tar.gz gsoc2013-evolution-987fb91d5ec4b61d1283acdb9cf02960cc47b74d.tar.zst gsoc2013-evolution-987fb91d5ec4b61d1283acdb9cf02960cc47b74d.zip |
Reduce diff noise with account-mgmt branch.
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index aa4ec741b2..27b48c2aa8 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -225,7 +225,7 @@ fetch_mail_exec (struct _fetch_mail_msg *m, fm->destination = e_mail_session_get_local_folder ( E_MAIL_SESSION (session), E_MAIL_LOCAL_FOLDER_LOCAL_INBOX); if (fm->destination == NULL) - goto fail; + goto exit; g_object_ref (fm->destination); url = camel_service_new_camel_url (service); @@ -335,7 +335,7 @@ fetch_mail_exec (struct _fetch_mail_msg *m, fm->source_folder = NULL; } -fail: +exit: /* we unref this here as it may have more work to do (syncing * folders and whatnot) before we are really done */ /* should this be cancellable too? (i.e. above unregister above) */ @@ -1688,4 +1688,3 @@ mail_disconnect_store (CamelStore *store) return id; } - |