Show snoozed count for outbox

This commit is contained in:
M66B
2019-07-25 09:44:50 +02:00
parent 687fc722e5
commit efb2107fd1
3 changed files with 4 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ public class TupleFolderNav extends EntityFolder implements Serializable {
public String accountName;
public Integer accountColor;
public int unseen;
public int snoozed;
public int operations;
public int executing;