mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Revert "Process event updates from other apps"
This reverts commit 3cb72c329b.
This commit is contained in:
@@ -4446,8 +4446,6 @@ 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()) {
|
||||
String selectedAccount;
|
||||
String selectedName;
|
||||
|
||||
Reference in New Issue
Block a user