aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 33cdf23751..203f3bbec4 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -747,6 +747,7 @@ setup_local_storage (EShell *shell)
summary_folder = e_folder_new (U_("Summary"), "summary", "");
e_folder_set_physical_uri (summary_folder, "/");
+ e_folder_set_is_stock (summary_folder, TRUE);
priv->summary_storage = e_storage_new (E_SUMMARY_STORAGE_NAME,
summary_folder);
e_storage_set_add_storage (priv->storage_set, priv->summary_storage);