aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-17 11:12:43 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-17 11:12:43 +0800
commit39024ea8d22d39ddb193fc6839f546d9f56e787d (patch)
tree6f8940ea010c367745b6440564653afc5c5744d8 /mail
parent4219464afc72d2b5a166618c66a0aa14a8248a29 (diff)
downloadgsoc2013-evolution-39024ea8d22d39ddb193fc6839f546d9f56e787d.tar
gsoc2013-evolution-39024ea8d22d39ddb193fc6839f546d9f56e787d.tar.gz
gsoc2013-evolution-39024ea8d22d39ddb193fc6839f546d9f56e787d.tar.bz2
gsoc2013-evolution-39024ea8d22d39ddb193fc6839f546d9f56e787d.tar.lz
gsoc2013-evolution-39024ea8d22d39ddb193fc6839f546d9f56e787d.tar.xz
gsoc2013-evolution-39024ea8d22d39ddb193fc6839f546d9f56e787d.tar.zst
gsoc2013-evolution-39024ea8d22d39ddb193fc6839f546d9f56e787d.zip
Fix compiler warnings.
Diffstat (limited to 'mail')
-rw-r--r--mail/mail-folder-cache.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/mail-folder-cache.c b/mail/mail-folder-cache.c
index a1589cec79..ed3d583927 100644
--- a/mail/mail-folder-cache.c
+++ b/mail/mail-folder-cache.c
@@ -1048,10 +1048,7 @@ int mail_note_get_folder_from_uri(const char *uri, CamelFolder **folderp)
gboolean
mail_folder_cache_get_folder_info_flags (CamelFolder *folder, int *flags)
{
- char *uri;
-
- uri = mail_tools_folder_to_url (folder);
-
+ char *uri = mail_tools_folder_to_url (folder);
struct _find_info fi = { uri, NULL, NULL };
if (stores == NULL)