Added basic new email notification

This commit is contained in:
M66B
2018-08-05 08:53:43 +00:00
parent b66ec74f98
commit 210cf6ee20
4 changed files with 30 additions and 17 deletions

View File

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