Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions user_manual/groupware/mail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,16 @@ Refresh mailbox
You can manually trigger a sync of your mailbox by clicking the refresh button located at the top of the mailbox list.
Starting from ``version 5.7`` triggering the sync will also refresh the list of folders for the selected account.

Unified search
~~~~~~~~~~~~~~

The Mail app integrates with Nextcloud's :ref:`unified search <unified-search>`
feature (see :doc:`../webinterface` for details). You can search for emails across
all your accounts using the search bar in the Nextcloud header.

Mail searches email subjects and sender/recipient fields. To search email bodies,
use the mailbox search feature in the app.

Search in mailbox
~~~~~~~~~~~~~~~~~

Expand Down
13 changes: 12 additions & 1 deletion user_manual/webinterface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ The Nextcloud user interface contains the following fields and functions:
Files Application View to upload them to your instance.

* **Search** field (6): Click on the Magnifier in the upper right corner
to search for files and entries of the current app.
to perform a :ref:`unified search <unified-search>` across your Nextcloud
or search for entries within the current app.

* **Contacts Menu** (7): Gives you an overview about your contacts and users on
your server. Dependent on the given details and available apps, you can
Expand All @@ -93,3 +94,13 @@ The Nextcloud user interface contains the following fields and functions:
* Nextcloud Version information

See :doc:`userpreferences` section to learn more about these settings.

Unified search
--------------

.. _unified-search:

Nextcloud's unified search combines results from all your installed apps
(Files, Mail, Contacts, Calendar, etc.) into a single view. Click the search
magnifier in the header, type your search term, and results appear grouped
by app.
Loading