mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Match identities by regex
This commit is contained in:
@@ -456,7 +456,7 @@ public class FragmentRule extends FragmentBase {
|
||||
if (data.folders.size() > 0)
|
||||
Collections.sort(data.folders, data.folders.get(0).getComparator(null));
|
||||
|
||||
data.identities = db.identity().getIdentities(aid);
|
||||
data.identities = db.identity().getSynchronizingIdentities(aid);
|
||||
data.answers = db.answer().getAnswers(false);
|
||||
|
||||
return data;
|
||||
|
||||
Reference in New Issue
Block a user