diff options
-rw-r--r-- | camel/camel-store.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-store.c b/camel/camel-store.c index 4bccf6fc0f..c0a213a22f 100644 --- a/camel/camel-store.c +++ b/camel/camel-store.c @@ -728,12 +728,12 @@ add_special_info (CamelStore *store, CamelFolderInfo *info, gchar *name, gchar * g_assert(parent != NULL); + vinfo->flags |= CAMEL_FOLDER_NOINFERIORS | CAMEL_FOLDER_SUBSCRIBED; + /* link it into the right spot */ vinfo->sibling = parent->sibling; parent->sibling = vinfo; } - - vinfo->flags |= CAMEL_FOLDER_NOINFERIORS | CAMEL_FOLDER_SUBSCRIBED; /* Fill in the new fields */ vinfo->full_name = g_strdup (full_name); |