Version: 4.8 (using KDE 4.8.0) OS: Linux When composing an email with an image attatchment, if I edit the image, save and close, then re-open the image, the original pre-edit image is shown. Reproducible: Always Steps to Reproduce: 1. Start a new message in Kmail and attach an image file (PNG or JPEG) 2. Right-click the attachment and choose Edit. (Image file opens in Gwenview) 3. Make a change to the image in Gwenview (e.g. Flip the image) 4. Save and close the image 5. Re-open the attachment from the Kmail composer window Actual Results: The original image opens. Expected Results: The changed image opens Editing OpenOffice files and plain text files (using Kate) works as expected
I confirm it. don't know why it doesn't work.
I believe this has to do with the EditorWatcher (see messageviewer/editorwatcher.cpp) In the EditorWatcher, we say that all image mimetypes are read-only. same with pdfs. I forget all the details of why we have an EditorWatcher. Volker might remember.
no it doesn't use a EditorWatcher for that. It's a problem when we resave image. I will investigate.
This bug has got worse in Kmail 4.10.3: Edits to text files are now not saved either. Edits to LibreOffice attachments are still saved OK
Will reinvestigate it
I fixed it in 14.12. Regards