mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 10:26:29 +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,
|
||||
message_id,
|
||||
);
|
||||
return ImapActionResult::Failed;
|
||||
return ImapActionResult::AlreadyDone;
|
||||
};
|
||||
|
||||
let remote_message_id = get_fetch_headers(fetch)
|
||||
|
||||
Reference in New Issue
Block a user