aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-store.c')
-rw-r--r--camel/camel-store.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/camel-store.c b/camel/camel-store.c
index c1a63e7582..44d20b3f7e 100644
--- a/camel/camel-store.c
+++ b/camel/camel-store.c
@@ -1060,7 +1060,8 @@ static CamelFolderInfo *folder_info_clone_rec(CamelFolderInfo *fi, CamelFolderIn
info->full_name = g_strdup(fi->full_name);
info->path = g_strdup(fi->path);
info->unread_message_count = fi->unread_message_count;
-
+ info->flags = fi->flags;
+
if (fi->sibling)
info->sibling = folder_info_clone_rec(fi->sibling, parent);
else