mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Allow hiding answers
This commit is contained in:
@@ -305,7 +305,7 @@ public class FragmentRule extends FragmentBase {
|
||||
EntityFolder.sort(context, data.folders, true);
|
||||
|
||||
data.identities = db.identity().getIdentities(aid);
|
||||
data.answers = db.answer().getAnswers();
|
||||
data.answers = db.answer().getAnswers(false);
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user