mirror of https://github.com/M66B/FairEmail.git
Cleanup
This commit is contained in:
parent
36c6d7ef0c
commit
e443b3d6ea
|
@ -983,8 +983,6 @@ public class MessageHelper {
|
|||
|
||||
Long getSize() throws MessagingException {
|
||||
long size = imessage.getSize();
|
||||
//if (size == 0)
|
||||
// throw new MessagingException("Message empty");
|
||||
return (size < 0 ? null : size);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue