From e8ab298d2c718c0b6e671c127ffa51d840654cda Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Tue, 19 Apr 2022 12:54:28 +0200 Subject: Use email settings in DAV search Signed-off-by: Louis Chemineau --- lib/public/Share/IManager.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'lib/public/Share') diff --git a/lib/public/Share/IManager.php b/lib/public/Share/IManager.php index 2963d8fd24b..f207ca87a2c 100644 --- a/lib/public/Share/IManager.php +++ b/lib/public/Share/IManager.php @@ -454,11 +454,19 @@ interface IManager { */ public function allowEnumerationFullMatch(): bool; + /** + * Check if the search should match the email + * + * @return bool + * @since 25.0.0 + */ + public function matchEmail(): bool; + /** * Check if the search should ignore the second in parentheses display name if there is any * * @return bool - * @since 24.0.0 + * @since 25.0.0 */ public function ignoreSecondDisplayName(): bool; -- cgit v1.2.3