aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-storage.c')
-rw-r--r--shell/evolution-storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c
index fb0ca7604c..55ca4c3b7d 100644
--- a/shell/evolution-storage.c
+++ b/shell/evolution-storage.c
@@ -826,7 +826,7 @@ evolution_storage_new_folder (EvolutionStorage *evolution_storage,
corba_folder->description = CORBA_string_dup (description);
corba_folder->type = CORBA_string_dup (type);
corba_folder->physical_uri = CORBA_string_dup (physical_uri);
- corba_folder->unread_count = 0;
+ corba_folder->unread_count = unread_count;
if (! e_folder_tree_add (priv->folder_tree, path, corba_folder)) {
CORBA_free (corba_folder);