feat(mail): Add sort by recipient instead of from in sent folder. Change subject_or_to in sent folder for search instead of subject_or_from. Closes #6030.

This commit is contained in:
smizrahi
2024-11-25 12:01:46 +01:00
parent ea427ea41a
commit 2258d5cd60
4 changed files with 11 additions and 2 deletions
@@ -405,6 +405,7 @@
this.$highlightWords = [];
filters.forEach(filter => {
if ("subject_or_from" == filter.searchBy
|| "subject_or_to" == filter.searchBy
|| "contains" == filter.searchBy
|| "body" == filter.searchBy
|| "from" == filter.searchBy