feature(contact): Show 100 first results for global address book

This commit is contained in:
smizrahi
2023-12-11 17:18:22 +01:00
parent 26c7462eb0
commit 17eca6f96a
8 changed files with 144 additions and 29 deletions
+3
View File
@@ -133,6 +133,9 @@ NSComparisonResult languageSort(id el1, id el2, void *context);
- (NSArray *) disableSharingAnyAuthUser;
- (NSArray *) disableExport;
- (BOOL) enableGlobalAddressBookFirstEntries;
- (int) globalAddressBookFirstEntriesCount;
@end
#endif /* SOGOSYSTEMDEFAULTS_H */