TF-2323 Handle search sort by Relevance
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit 20efa6dc9960c8e90bed4f05f1b3d86d0c42d0f4)
This commit is contained in:
@@ -88,6 +88,7 @@ enum EmailSortOrderType {
|
||||
return this == EmailSortOrderType.subjectDescending ||
|
||||
this == EmailSortOrderType.subjectAscending ||
|
||||
this == EmailSortOrderType.senderDescending ||
|
||||
this == EmailSortOrderType.senderAscending;
|
||||
this == EmailSortOrderType.senderAscending ||
|
||||
this == EmailSortOrderType.relevance;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user