diff options
Diffstat (limited to 'mail/em-migrate.c')
-rw-r--r-- | mail/em-migrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-migrate.c b/mail/em-migrate.c index 0f9324b183..303be22a6d 100644 --- a/mail/em-migrate.c +++ b/mail/em-migrate.c @@ -1532,8 +1532,8 @@ em_migrate_folder(EMMigrateSession *session, const char *dirname, const char *fu _("Unable to copy folder `%s' to `%s': %s"), src->str, dest->str, g_strerror(errno)); goto fatal; - ignore: } + ignore: /* create a .cmeta file specifying to index and/or thread the folder */ g_string_truncate (dest, dlen); |