diff --git a/FAQ.md b/FAQ.md index c9358976b8..45dfb93848 100644 --- a/FAQ.md +++ b/FAQ.md @@ -146,6 +146,7 @@ FairEmail follows all the best practices for an email client as decribed in [thi * [(82) What is a tracking image?](#user-content-faq82) * [(83) What does 'User is authenticated but not connected' mean?](#user-content-faq83) * [(84) What are local contacts for?](#user-content-faq84) +* [(85) How are identities selected?](#user-content-faq85) [I have another question.](#support) @@ -1383,6 +1384,13 @@ The list of contacts is sorted on number of times contacted and the last time co
+ +**(84) How are identities selected?** + + +
+ + ## 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). diff --git a/app/src/main/java/eu/faircode/email/AdapterMessage.java b/app/src/main/java/eu/faircode/email/AdapterMessage.java index d1ae2aa44f..8efc052bfc 100644 --- a/app/src/main/java/eu/faircode/email/AdapterMessage.java +++ b/app/src/main/java/eu/faircode/email/AdapterMessage.java @@ -1757,6 +1757,9 @@ public class AdapterMessage extends RecyclerView.Adapter