aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-03-04 04:22:13 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-03-04 04:22:13 +0800
commitad543e66844ff509f3db3d31c1c63b2ea512461f (patch)
treea228126806e4f5aa90d42bc2a58049b6ed8e148d /libemail-engine
parentb4f895265d04eb3c6b326f467be0bdec6cc24cfb (diff)
downloadgsoc2013-evolution-ad543e66844ff509f3db3d31c1c63b2ea512461f.tar
gsoc2013-evolution-ad543e66844ff509f3db3d31c1c63b2ea512461f.tar.gz
gsoc2013-evolution-ad543e66844ff509f3db3d31c1c63b2ea512461f.tar.bz2
gsoc2013-evolution-ad543e66844ff509f3db3d31c1c63b2ea512461f.tar.lz
gsoc2013-evolution-ad543e66844ff509f3db3d31c1c63b2ea512461f.tar.xz
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.c2
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;