mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 09:08:49 -05:00
Needed for prior commits
This commit is contained in:
parent
5e30d5a784
commit
7cf0ec7327
13
src/com/fsck/k9/AccountStats.java
Normal file
13
src/com/fsck/k9/AccountStats.java
Normal file
@ -0,0 +1,13 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package com.fsck.k9;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
public class AccountStats implements Serializable
|
||||
{
|
||||
public long size = 0;
|
||||
public int unreadMessageCount = 0;
|
||||
public int flaggedMessageCount = 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user