mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-30 12:47:01 +02:00
Fixed typo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user