From 8accc252992dfcd8deb55d0afe9bfe6986fa166e Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Mon, 1 Dec 2003 12:31:29 +0000 Subject: set flags only for new folder info svn path=/trunk/; revision=23520 --- camel/camel-store.c | 4 ++-- 1 file 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); -- cgit v1.2.3