1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 05:34:51 +00:00
This commit is contained in:
M66B 2020-08-14 11:42:58 +02:00
parent 936b1b741e
commit ba1fefd0bc

View file

@ -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())