Skip to content
Commit eeb642c4 authored by Matthew Barnes's avatar Matthew Barnes
Browse files

Encode the path part of folder URIs.

Wasn't sure if this was necessary, but it -is- in order to handle the
local Junk and Trash vfolder names correctly:

    .#evolution/Junk
    .#evolution/Trash

If we don't escape the path and we feed camel_url_new() something like
"folder://local/.#evolution/Trash", it's gonna think the path is '.' and
the rest of it's a fragment.
parent 08f13f45
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment