From 38f1467db75c645c2802b50c981850fa351702a3 Mon Sep 17 00:00:00 2001 From: hamza mahjoubi Date: Tue, 5 Dec 2023 12:19:59 +0100 Subject: [PATCH] feat(usermanual): Add mail body search documentation Signed-off-by: hamza mahjoubi --- user_manual/groupware/mail.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/user_manual/groupware/mail.rst b/user_manual/groupware/mail.rst index d97cc985d86..944900afa4a 100644 --- a/user_manual/groupware/mail.rst +++ b/user_manual/groupware/mail.rst @@ -65,6 +65,23 @@ Mail can move a message to a different folder when it is marked as junk. .. figure:: images/mail_move-message-to-junk-folder.png +Enable mail body search +~~~~~~~~~~~~~~~~~~~~~~~~~~ + .. versionadded:: 3.5 + +Mail bodies can now be searched, this feature is opt-in because of potential performance issues. + +To enable it: + +1) Visit Account settings +2) Go to Mailbox search +3) Enable mail body search + +.. warning:: If you want to also enable it for unified mailboxes you have to do so in Mail settings + +By enabling it the main search box will now search in both subjects and mail bodies, and a sperate *Body* option +will appear in advanced search. + Account delegation ~~~~~~~~~~~~~~~~~~