Show sender/subject/time in new messages notification

This commit is contained in:
M66B
2018-08-24 18:06:44 +00:00
parent 873e3e6f47
commit 07194fb664
4 changed files with 41 additions and 19 deletions

View File

@@ -22,6 +22,5 @@ package eu.faircode.email;
public class TupleAccountStats {
public Integer accounts;
public Integer operations;
public Integer unseen;
public Integer unsent;
}