mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Fixed recognizing 'to' identity
This commit is contained in:
@@ -4945,6 +4945,8 @@ public class FragmentCompose extends FragmentBase {
|
||||
List<Address> addresses = new ArrayList<>();
|
||||
if (data.draft.from != null)
|
||||
addresses.addAll(Arrays.asList(data.draft.from));
|
||||
if (data.draft.to != null)
|
||||
addresses.addAll(Arrays.asList(data.draft.to));
|
||||
if (ref.cc != null)
|
||||
addresses.addAll(Arrays.asList(ref.cc));
|
||||
if (ref.bcc != null)
|
||||
|
||||
Reference in New Issue
Block a user