mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Updated FAQ
This commit is contained in:
parent
d9dd7a75f3
commit
980f077990
1 changed files with 6 additions and 0 deletions
6
FAQ.md
6
FAQ.md
|
@ -951,6 +951,12 @@ In the *miscellaneous settings* you can enable *Build search index* to significa
|
||||||
but be aware that this will increase battery and storage space usage.
|
but be aware that this will increase battery and storage space usage.
|
||||||
The search index is based on words in all message parts,
|
The search index is based on words in all message parts,
|
||||||
so searching for partial text and searching in specific messages parts (from, subject, text, etc) is not possible.
|
so searching for partial text and searching in specific messages parts (from, subject, text, etc) is not possible.
|
||||||
|
|
||||||
|
Note that only messages for which the message text was downloaded will be indexed.
|
||||||
|
In the connection settings can be configured up to which size messages texts will be downloaded automatically
|
||||||
|
when using a metered connection (generally mobile data or paid WiFi).
|
||||||
|
In the folder properties (long press on a folder in the folder list of an account) downloading of messages texts can be enabled/disabled.
|
||||||
|
|
||||||
Searching using the search index is by default AND, so searching for *apple orange* will search for apple AND orange.
|
Searching using the search index is by default AND, so searching for *apple orange* will search for apple AND orange.
|
||||||
Words separated by commas result in searching for OR, so for example *apple, orange* will search for apple OR orange.
|
Words separated by commas result in searching for OR, so for example *apple, orange* will search for apple OR orange.
|
||||||
Both can be combined, so searching for *apple, orange banana* will search for apple OR (orange AND banana).
|
Both can be combined, so searching for *apple, orange banana* will search for apple OR (orange AND banana).
|
||||||
|
|
Loading…
Reference in a new issue