diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-03-04 04:22:13 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-03-04 04:22:13 +0800 |
commit | ad543e66844ff509f3db3d31c1c63b2ea512461f (patch) | |
tree | a228126806e4f5aa90d42bc2a58049b6ed8e148d /libemail-engine | |
parent | b4f895265d04eb3c6b326f467be0bdec6cc24cfb (diff) | |
download | gsoc2013-evolution-ad543e66844ff509f3db3d31c1c63b2ea512461f.tar.gz gsoc2013-evolution-ad543e66844ff509f3db3d31c1c63b2ea512461f.tar.zst gsoc2013-evolution-ad543e66844ff509f3db3d31c1c63b2ea512461f.zip |
Fix more compiler warnings.
Diffstat (limited to 'libemail-engine')
-rw-r--r-- | libemail-engine/mail-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libemail-engine/mail-ops.c b/libemail-engine/mail-ops.c index d62b5c6521..3e40bd0da3 100644 --- a/libemail-engine/mail-ops.c +++ b/libemail-engine/mail-ops.c @@ -219,7 +219,7 @@ fetch_mail_exec (struct _fetch_mail_msg *m, CamelService *service; CamelSession *session; CamelURL *url; - gboolean is_local_delivery; + gboolean is_local_delivery = FALSE; const gchar *uid; gint i; |