Fixed typo

This commit is contained in:
M66B
2020-05-23 16:06:32 +02:00
parent 5fc2b08db9
commit 369f5fdfe9
2 changed files with 2 additions and 2 deletions

View File

@@ -762,7 +762,7 @@ public class MessageHelper {
return imessage.isSet(Flags.Flag.SEEN);
}
boolean getAnsered() throws MessagingException {
boolean getAnswered() throws MessagingException {
return imessage.isSet(Flags.Flag.ANSWERED);
}