mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
(fix) honor "any authenticated user" when setting IMAP ACLs
This commit is contained in:
@@ -18,6 +18,7 @@ Bug fixes
|
||||
- [web] fixed search results in Calendar module when targeting all events
|
||||
- [core] honor IMAPLoginFieldName also when setting IMAP ACLs
|
||||
- [core] honor groups when setting IMAP ACLs
|
||||
- [core] honor "any authenticated user" when setting IMAP ACLs
|
||||
|
||||
4.0.8 (2019-07-19)
|
||||
------------------
|
||||
|
||||
@@ -1428,6 +1428,9 @@ _compareFetchResultsByMODSEQ (id entry1, id entry2, void *data)
|
||||
SOGoGroup *group;
|
||||
SOGoUser *user;
|
||||
|
||||
if ([uid isEqualToString: defaultUserID])
|
||||
return uid;
|
||||
|
||||
group = [SOGoGroup groupWithIdentifier: uid
|
||||
inDomain: [[context activeUser] domain]];
|
||||
if (group)
|
||||
|
||||
Reference in New Issue
Block a user