Move unsent messages to send service, refactoring

This commit is contained in:
M66B
2019-02-27 20:49:49 +00:00
parent 39b4715915
commit 889450d5af
4 changed files with 42 additions and 25 deletions

View File

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