mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 11:54:10 +01:00
Skip answered operation in send service
This commit is contained in:
@@ -144,6 +144,10 @@ public class ServiceSend extends LifecycleService {
|
||||
send(message);
|
||||
break;
|
||||
|
||||
case EntityOperation.ANSWERED:
|
||||
// This will be fixed when synchronizing the message
|
||||
break;
|
||||
|
||||
default:
|
||||
throw new IllegalArgumentException("Unknown operation=" + op.name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user