mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Simplification
This commit is contained in:
@@ -1205,10 +1205,8 @@ class Core {
|
||||
throw new IllegalArgumentException("account missing");
|
||||
|
||||
try {
|
||||
if (removed) {
|
||||
db.message().deleteMessage(folder.id, uid);
|
||||
if (removed)
|
||||
throw new MessageRemovedException("removed uid=" + uid);
|
||||
}
|
||||
|
||||
MimeMessage imessage = (MimeMessage) ifolder.getMessageByUID(uid);
|
||||
if (imessage == null)
|
||||
|
||||
Reference in New Issue
Block a user