mirror of
https://github.com/chatmail/core.git
synced 2026-05-17 05:46:30 +03:00
Return AlreadyDone from Imap.delete_msg if message is gone
This way DeleteMsgOnImap will remove invalid server_uid from the database.
This commit is contained in:
@@ -1019,7 +1019,7 @@ impl Imap {
|
|||||||
display_imap_id,
|
display_imap_id,
|
||||||
message_id,
|
message_id,
|
||||||
);
|
);
|
||||||
return ImapActionResult::Failed;
|
return ImapActionResult::AlreadyDone;
|
||||||
};
|
};
|
||||||
|
|
||||||
let remote_message_id = get_fetch_headers(fetch)
|
let remote_message_id = get_fetch_headers(fetch)
|
||||||
|
|||||||
Reference in New Issue
Block a user