diff options
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 475ab7767f..68b9e0d971 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -995,7 +995,7 @@ add_vtrash_info (CamelFolderInfo *info) url = camel_url_new (info->url, NULL); g_free (url->path); url->path = g_strdup_printf ("/%s", _("Trash")); - uri = camel_url_to_string (url, FALSE); + uri = camel_url_to_string (url, 0); camel_url_free (url); if (fi->sibling) { |