diff options
Diffstat (limited to 'shell/evolution-test-component.c')
-rw-r--r-- | shell/evolution-test-component.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/evolution-test-component.c b/shell/evolution-test-component.c index 5c2d36b16e..98227d67b3 100644 --- a/shell/evolution-test-component.c +++ b/shell/evolution-test-component.c @@ -326,8 +326,10 @@ setup_custom_storage (EvolutionShellClient *shell_client) return; } - evolution_storage_new_folder (the_storage, "/FirstFolder", "FirstFolder", "mail", "file:///tmp/blah", "", 0); - evolution_storage_new_folder (the_storage, "/SecondFolder", "SecondFolder", "calendar", "file:///tmp/bleh", "", 0); + evolution_storage_new_folder (the_storage, "/FirstFolder", "FirstFolder", + "mail", "file:///tmp/blah", "", 0, TRUE); + evolution_storage_new_folder (the_storage, "/SecondFolder", "SecondFolder", + "calendar", "file:///tmp/bleh", "", 0, FALSE); } |