thunderbird-android icon indicating copy to clipboard operation
thunderbird-android copied to clipboard

The app doesn't undo local changes when the associated remote operation fails

Open cketti opened this issue 1 year ago • 0 comments

Currently we don't undo local operations when a remote operation fails. For example, when a user deletes a message, we move the local copy to the local trash folder, then try to perform the move operation on the server. If that remote operation fails, we don't move the local message back to the local source folder so the local state reflects the (unchanged) state on the server.

Related: #1058

cketti avatar Apr 22 '24 16:04 cketti