Commit 89f4db59 authored by mku's avatar mku

ZP-53 #comment Unable to resolve group or distribution list #time 20m

git-svn-id: https://z-push.org/svn/z-push/trunk@1590 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 21c5a7f4
...@@ -205,10 +205,18 @@ class MAPIUtils { ...@@ -205,10 +205,18 @@ class MAPIUtils {
array(RES_CONTENT, array(FUZZYLEVEL => FL_SUBSTRING | FL_IGNORECASE, ULPROPTAG => PR_ACCOUNT, VALUE => $query)), array(RES_CONTENT, array(FUZZYLEVEL => FL_SUBSTRING | FL_IGNORECASE, ULPROPTAG => PR_ACCOUNT, VALUE => $query)),
), // RES_OR ), // RES_OR
), ),
array( array(RES_OR,
RES_PROPERTY, array (
array(RELOP => RELOP_EQ, ULPROPTAG => PR_OBJECT_TYPE, VALUE => MAPI_MAILUSER) array(
) RES_PROPERTY,
array(RELOP => RELOP_EQ, ULPROPTAG => PR_OBJECT_TYPE, VALUE => MAPI_MAILUSER)
),
array(
RES_PROPERTY,
array(RELOP => RELOP_EQ, ULPROPTAG => PR_OBJECT_TYPE, VALUE => MAPI_DISTLIST)
)
)
) // RES_OR
) // RES_AND ) // RES_AND
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment