aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-folder-utils.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-09 10:11:09 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-05-09 10:11:42 +0800
commitf8122e8f92a58776ca1ddc82a45f73234b7fccd9 (patch)
tree622c5b657ffd705a1e7a0f47f199e2be58a58387 /mail/e-mail-folder-utils.c
parenteeb642c416a847a81c1aa85548bdcabc0c30b716 (diff)
downloadgsoc2013-evolution-f8122e8f92a58776ca1ddc82a45f73234b7fccd9.tar
gsoc2013-evolution-f8122e8f92a58776ca1ddc82a45f73234b7fccd9.tar.gz
gsoc2013-evolution-f8122e8f92a58776ca1ddc82a45f73234b7fccd9.tar.bz2
gsoc2013-evolution-f8122e8f92a58776ca1ddc82a45f73234b7fccd9.tar.lz
gsoc2013-evolution-f8122e8f92a58776ca1ddc82a45f73234b7fccd9.tar.xz
gsoc2013-evolution-f8122e8f92a58776ca1ddc82a45f73234b7fccd9.tar.zst
gsoc2013-evolution-f8122e8f92a58776ca1ddc82a45f73234b7fccd9.zip
"email://" URIs have encoded paths too.
Diffstat (limited to 'mail/e-mail-folder-utils.c')
-rw-r--r--mail/e-mail-folder-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/e-mail-folder-utils.c b/mail/e-mail-folder-utils.c
index d73f13ad5c..6332e9c1ae 100644
--- a/mail/e-mail-folder-utils.c
+++ b/mail/e-mail-folder-utils.c
@@ -299,7 +299,7 @@ e_mail_folder_uri_parse (CamelSession *session,
}
if (url->path != NULL && *url->path == '/')
- folder_name = g_strdup (url->path + 1);
+ folder_name = camel_url_decode_path (url->path + 1);
/* CamelFolderInfo URIs used to embed the store's URI, so the
* folder name is appended as either a path part or a fragment