aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-local-storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-local-storage.c')
-rw-r--r--shell/e-local-storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c
index a90a37ecf9..c5a19876c4 100644
--- a/shell/e-local-storage.c
+++ b/shell/e-local-storage.c
@@ -204,7 +204,7 @@ load_folder (const char *physical_path,
e_folder_get_type_string (folder))) {
g_warning ("Folder in %s has unknown type (%s)... ignoring",
physical_path, e_folder_get_type_string (folder));
- return FALSE;
+ return TRUE;
}
new_folder (local_storage, path, folder);