mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Make append error explicit
This commit is contained in:
@@ -2219,7 +2219,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
}
|
||||
|
||||
if (uid < 0)
|
||||
throw new MessageRemovedException("uid not found");
|
||||
throw new IllegalArgumentException("uid not found");
|
||||
|
||||
return uid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user