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 be228c79e0..9cd5eabfbd 100644 --- a/shell/evolution-storage.h +++ b/shell/evolution-storage.h @@ -140,7 +140,8 @@ EvolutionStorageResult evolution_storage_new_folder (EvolutionStorage const char *description, const char *custom_icon_name, int unread_count, - gboolean can_sync_offline); + gboolean can_sync_offline, + int sorting_priority); EvolutionStorageResult evolution_storage_update_folder (EvolutionStorage *evolution_storage, const char *path, int unread_count); |