mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Revert "Process event updates from other apps (2)"
This reverts commit c19b5e1ddb.
This commit is contained in:
@@ -4446,7 +4446,9 @@ 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.isRequest() || method.isReply()) {
|
||||
else if (method != null && method.isReply())
|
||||
CalendarHelper.update(context, event, message);
|
||||
else if (method == null || method.isRequest()) {
|
||||
String selectedAccount;
|
||||
String selectedName;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user