mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Process event updates from other apps (2)
This commit is contained in:
parent
742ebc80b7
commit
c19b5e1ddb
1 changed files with 1 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue