Summary: | no option to rename file when saving attachments | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | S. Burmeister <sven.burmeister> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | montel |
Priority: | NOR | ||
Version: | 2.1.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8 | |
Sentry Crash Report: | |||
Attachments: |
dialogue when saving existing attachments
screenshot of "pick folder" GUI dialogue one gets when kmail wants to overwrite a file when "saving all attachments" dolphin's dialogue when it want to overwrite a file, inlcuding the option to "rename" |
Description
S. Burmeister
2011-06-29 20:37:27 UTC
I can't reproduce this bug, i can change name. Perhaps you can create screenshot to show the bug. For the moment I didn't see this bug You must not use "Save as..." but "Save attachments". Created attachment 61490 [details]
dialogue when saving existing attachments
E-Mail with three attachments and no text, just a signature. "Save attachments" shows dialogue to pick a folder not the normal dialogue where one can pick the filename as well.
it's kmail2 ? (kmail -akonadi) ? kmail 2.1.0 If I use "save attachements" with an email that only has one attachment I get the normal dialogue. This is an imap account in case that makes some difference. So we must have several attachment ? Ok will test it this night. I hope to have this bug it will not hard to reproduce it :) Yes. This might even be a general KDE problem, i.e. happens every time the GUI to pick a folder rather than "save a file" is used. Not sure though which other apps use it, so I cannot try that at the moment. I'll attach a screenshot of the GUI I mean. IF that GUI does not appear it is not possible to reproduce the bug. Created attachment 61496 [details]
screenshot of "pick folder" GUI
Only if this dialogue is used the issue occurs, i.e. there no option to rename files but just overwrite or cancel.
It's dialog to save all attachments not just one attachment. So you define directory whre install it. (In reply to comment #10) > It's dialog to save all attachments not just one attachment. > So you define directory whre install it. Sure. If one saves/copies files in KDE which do already exist in the destination folder a dialogue pops-up and offers the functionality to skip/overwrite/rename. However, if one saves attachments via the "Save all attachments" and picks a folder where those attachments do already exist that dialogue does not appear and the user can only chose to overwrite or cancel. That's what this bug is about. If one of the attachments that are saved to the folder does already exist, kmail should display the usual file dialogue, including the functionality to rename the file to be saved and not just "overwrite or cancel". Created attachment 64127 [details]
dialogue one gets when kmail wants to overwrite a file when "saving all attachments"
The dialogue only includes "overwrite", "skip" and "cancel". This means one has to either overwrite or open a file manager to rename the files and then use kmail again to "save all attachments".
Created attachment 64128 [details]
dolphin's dialogue when it want to overwrite a file, inlcuding the option to "rename"
Git commit f29d2286326ab2fce60b9e9de66b5be4cb9b6343 by Montel Laurent. Committed on 02/10/2011 at 16:15. Pushed by mlaurent into branch 'master'. Fix Bug 276776 - no option to rename file when saving attachments FIXED-IN: 4.8 BUG: 276776 M +1 -1 messageviewer/CMakeLists.txt A +197 -0 messageviewer/renamefiledialog.cpp [License: GPL (v2) (+Qt exception)] A +78 -0 messageviewer/renamefiledialog.h [License: GPL (v2) (+Qt exception)] M +33 -12 messageviewer/util.cpp http://commits.kde.org/kdepim/f29d2286326ab2fce60b9e9de66b5be4cb9b6343 |