mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Store recent flag
This commit is contained in:
@@ -1191,6 +1191,10 @@ public class MessageHelper {
|
||||
}
|
||||
}
|
||||
|
||||
boolean getRecent() throws MessagingException {
|
||||
return imessage.isSet(Flags.Flag.RECENT);
|
||||
}
|
||||
|
||||
boolean getSeen() throws MessagingException {
|
||||
return imessage.isSet(Flags.Flag.SEEN);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user