diff options
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index bea11d4029..5337a5e6f9 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -324,7 +324,7 @@ create_imap_storage (EvolutionShellComponent *shell_component) char *path, *buf; path = g_strdup_printf ("/%s", (char *)lsub->pdata[i]); - buf = g_strdup_printf ("%s/mail%s", source, path); + buf = g_strdup_printf ("%s/%s", source, path); g_print ("Adding %s\n", path); evolution_storage_new_folder (storage, path, "mail", buf, "description"); } |