mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Process event updates from other apps (2)
This commit is contained in:
@@ -4446,9 +4446,7 @@ public class MessageHelper {
|
||||
// https://www.rfc-editor.org/rfc/rfc5546#section-3.2
|
||||
if (method != null && method.isCancel())
|
||||
CalendarHelper.delete(context, event, message);
|
||||
else if (method != null && method.isReply())
|
||||
CalendarHelper.update(context, event, message);
|
||||
else if (method == null || method.isRequest()) {
|
||||
else if (method == null || method.isRequest() || method.isReply()) {
|
||||
String selectedAccount;
|
||||
String selectedName;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user