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 5c234bde35..e2a4bc8db0 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -943,7 +943,7 @@ add_vtrash_info (CamelFolderInfo *info) /* create our vTrash URL */ url = camel_url_new (info->url, NULL); g_free (url->path); - url->path = g_strdup (_("Trash")); + url->path = g_strdup_printf ("/%s", _("Trash")); uri = camel_url_to_string (url, FALSE); camel_url_free (url); |