diff options
Diffstat (limited to 'shell/evolution-storage.h')
-rw-r--r-- | shell/evolution-storage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/evolution-storage.h b/shell/evolution-storage.h index 59d46f7a44..10cec85ea3 100644 --- a/shell/evolution-storage.h +++ b/shell/evolution-storage.h @@ -138,7 +138,8 @@ EvolutionStorageResult evolution_storage_new_folder (EvolutionStorage const char *type, const char *physical_uri, const char *description, - int unread_count); + int unread_count, + gboolean can_sync_offline); EvolutionStorageResult evolution_storage_update_folder (EvolutionStorage *evolution_storage, const char *path, int unread_count); |