mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 05:34:51 +00:00
Cleanup
This commit is contained in:
parent
936b1b741e
commit
ba1fefd0bc
1 changed files with 1 additions and 2 deletions
|
@ -2284,8 +2284,7 @@ public class MessageHelper {
|
|||
}
|
||||
}
|
||||
|
||||
static int getMessageCount(Folder folder) throws MessagingException {
|
||||
// Keep alive
|
||||
static int getMessageCount(Folder folder) {
|
||||
try {
|
||||
int count = 0;
|
||||
for (Message message : folder.getMessages())
|
||||
|
|
Loading…
Reference in a new issue