mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 16:25:30 +00:00
Updated FAQ
This commit is contained in:
parent
fafa11a5bc
commit
42ee16aa71
1 changed files with 15 additions and 2 deletions
15
FAQ.md
15
FAQ.md
|
@ -3422,7 +3422,7 @@ You can enable message classification in the miscellaneous settings. This will e
|
||||||
Each folder has an option to enable automatic message classification.
|
Each folder has an option to enable automatic message classification.
|
||||||
When this is turned on, new messages in other folders which the classifier thinks belong to that folder will be automatically moved.
|
When this is turned on, new messages in other folders which the classifier thinks belong to that folder will be automatically moved.
|
||||||
|
|
||||||
The option *Use local spam filter* turns on message classification and auto classification for the spam folder.
|
The option *Use local spam filter* in the report spam dialog turns on message classification and auto classification for the spam folder.
|
||||||
Please understand that this is not a replacement for the spam filter of the email server and can result in false positives.
|
Please understand that this is not a replacement for the spam filter of the email server and can result in false positives.
|
||||||
See also [this FAQ](#user-content-faq92).
|
See also [this FAQ](#user-content-faq92).
|
||||||
|
|
||||||
|
@ -3444,6 +3444,19 @@ Moving a message with another email client will not result in reclassification b
|
||||||
To prevent the email server from moving a message into the spam folder again and again,
|
To prevent the email server from moving a message into the spam folder again and again,
|
||||||
auto classification out of the spam folder will not be done.
|
auto classification out of the spam folder will not be done.
|
||||||
|
|
||||||
|
The message classifier calculates the chance a message belongs in a folder (class).
|
||||||
|
There are two options in the miscellaneous settings that control if a message will be automatically moved into a folder,
|
||||||
|
provided that auto classification is enabled for the folder:
|
||||||
|
|
||||||
|
* *Minimum class chance*: the minimum chance a message belongs in a folder (default 20 %)
|
||||||
|
* *Minimum class difference*: the minimum difference with the next best folder (default 50 %)
|
||||||
|
|
||||||
|
Considering the defaults option values:
|
||||||
|
|
||||||
|
* Apples 40 % and bananas 30 % would be disregarded because the difference of 25 % is below the minimum of 50 %
|
||||||
|
* Apples 15 % and bananas 5 % would be disregarded because the chance for apples is below the minimum of 20 %
|
||||||
|
* Apples 50 % and bananas 20 % would result in selecting apples
|
||||||
|
|
||||||
Classification is optimized to use as little resources as possible, but will inevitably use some extra battery power.
|
Classification is optimized to use as little resources as possible, but will inevitably use some extra battery power.
|
||||||
|
|
||||||
You can delete all classification data by turning classification three times off.
|
You can delete all classification data by turning classification three times off.
|
||||||
|
|
Loading…
Reference in a new issue