Version: 1.12.0 (using KDE 4.3.0) Installed from: Unlisted Binary Package Please add the time saving functionality of auto-opening the destination folder when saving an attachment. This could be controlled by an additional checkbox on the file selector. The implementation should: - detect running desktop environment and use that environment's configured file manager instead of always using Dolphin. If we don't feel like writing code to determine this user preference in each and every DE, then at least use the detected DE's _default_ file manager. That should be as easy as a static dictionary. - if we can know that the file manager is already displaying the desired directory in a window or tab, just bring it to the front. If there are many such windows/tabs, find one that doesn't have multiple selection. If not found, open new window or tab.
- if known how-to, send message to the file manager window to select the attachment file and scroll it into view
I don't understand the reassignment to kfile. I am requesting that a feature be implemented in kmail. That feature will use kfile features but no changes to kfile are being requested, unless simply adding a checkbox to a file selector requires changes to kfile. Perhaps you mean that the whole routine of "show file in user's preferred file manager, reusing window/tab that already shows the containing folder, but avoid destroying multiple selection in that window" belongs to kfile?
Adding a checkbox on the file selector means modify kfile. So the wish has been moved to kfile :-)
I am still not convinced. I don't know KDE API well, but I believe it is a reasonable assumption that the authors of KDE wouldn't design the fileselector API so that it would be impossible to decorate the file dialog with an extra checkbox without modifying KDE code.
*** Bug 299225 has been marked as a duplicate of this bug. ***
Looks like this is a specific use case for KMail.