mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Added FAQ
This commit is contained in:
parent
626d301eec
commit
257776f68a
1 changed files with 12 additions and 0 deletions
12
FAQ.md
12
FAQ.md
|
@ -199,6 +199,7 @@ FairEmail follows all the best practices for an email client as decribed in [thi
|
|||
* [(118) What does 'Remove tracking parameters' exactly?](#user-content-faq118)
|
||||
* [(119) Can you add colors to the unified inbox widget?](#user-content-faq119)
|
||||
* [(120) Why are new message notifications not removed on opening the app?](#user-content-faq120)
|
||||
* [(121) How are messages grouped into a conversation?](#user-content-faq121)
|
||||
|
||||
[I have another question.](#support)
|
||||
|
||||
|
@ -2068,6 +2069,17 @@ See [this FAQ](#user-content-faq70) about when messages in a conversation will b
|
|||
|
||||
<br />
|
||||
|
||||
<a name="faq121"></a>
|
||||
**(121) How are messages grouped into a conversation?**
|
||||
|
||||
By default FairEmail groups messages in conversations. This can be turned of in the display settings.
|
||||
|
||||
FairEmail groups messages based on the standard *Message-ID*, *In-Reply-To* and *References* headers.
|
||||
FairEmail does not group on other criteria, like the subject,
|
||||
because this could result in grouping unrelated messages and would be at the expense of increased battery usage.
|
||||
|
||||
<br />
|
||||
|
||||
## Support
|
||||
|
||||
If you have another question, want to request a feature or report a bug, you can use [this forum](https://forum.xda-developers.com/android/apps-games/source-email-t3824168).
|
||||
|
|
Loading…
Reference in a new issue