From 0f49449879b43366113d32368a723ec257655e0a Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 10 Nov 2018 19:48:35 +0000 Subject: [PATCH] Added FAQ --- FAQ.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/FAQ.md b/FAQ.md index 44fb00fc8d..9636244772 100644 --- a/FAQ.md +++ b/FAQ.md @@ -407,6 +407,18 @@ This means that the edited sender address was automatically replaced by a valida Note that this is independent of receiving messages. + +**(34) How are identities matched?** + +Identities are matched on e-mail address in this order: + +1. *To* header address +1. *To* header address without extra (see [this FAQ](#user-content-faq33)) +1. *Delivered-To* header address + +Matched identities can be used to color code messages. The identity color takes precedence over the account color. +Setting colors is a pro feature. + ## 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).