diff options
Diffstat (limited to 'mail/subscribe-dialog.c')
-rw-r--r-- | mail/subscribe-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/subscribe-dialog.c b/mail/subscribe-dialog.c index 46484ddbd4..878d95eebc 100644 --- a/mail/subscribe-dialog.c +++ b/mail/subscribe-dialog.c @@ -185,7 +185,7 @@ recursive_add_folder (EvolutionStorage *storage, const char *path, const char *n g_free (parent); } - evolution_storage_new_folder (storage, path, name, "mail", url, name, NULL, FALSE, TRUE); + evolution_storage_new_folder (storage, path, name, "mail", url, name, NULL, FALSE, TRUE, 0); } /* ** Get one level of folderinfo ****************************************** */ |