https://bugs.kde.org/show_bug.cgi?id=282792
Ingo Klöcker <kloec...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.18.0 Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/pim/ | |messagelib/commit/53daeb849 | |3ea7b6e18c019f766b444e5ec7e | |1e64 Resolution|--- |FIXED --- Comment #4 from Ingo Klöcker <kloec...@kde.org> --- Git commit 53daeb8493ea7b6e18c019f766b444e5ec7e1e64 by Ingo Klöcker. Committed on 10/05/2021 at 16:16. Pushed by kloecker into branch 'master'. Fix deletion of two (or more) attachments Deleting the first attachment triggers an update of the message. In case of IMAP this is done by adding a new message and deleting the old one. This changes the remote id of the message. The problem was that after deleting the second attachment the update of the message tried to set the old remote id. This fails because only the server can set a remote id. This problem is fixed by clearing the remote id before starting an ItemModifyJob. Funded by: Intevation GmbH FIXED-IN: 5.18.0 M +4 -0 messageviewer/src/viewer/viewer_p.cpp https://invent.kde.org/pim/messagelib/commit/53daeb8493ea7b6e18c019f766b444e5ec7e1e64 -- You are receiving this mail because: You are watching all bug changes.