fix(addressbook): Removed SOGoGlobalAddressBookFirstEntries (use listRequiresDot instead) and move SOGoGlobalAddressBookFirstEntriesCount to globalAddressBookFirstEntriesCount in source scope. This fixed the broken listRequiresDot in 5.10

This commit is contained in:
smizrahi
2024-02-26 15:40:49 +01:00
parent 776a798e17
commit 4dba56f70d
9 changed files with 67 additions and 62 deletions
+2
View File
@@ -49,6 +49,8 @@
/* requires a "." to obtain the full list of contacts */
- (void) setListRequiresDot: (BOOL) aBool;
- (BOOL) listRequiresDot;
- (void) setGlobalAddressBookFirstEntriesCount: (int)value;
- (int) globalAddressBookFirstEntriesCount;
- (BOOL) checkLogin: (NSString *) _login
password: (NSString *) _pwd