Version: (using Devel) Installed from: Compiled sources Compiler: gcc 4.2.3 OS: Linux When saving an attachment, the save dialog always defaults to the root folder, regardless of the last folder used. It should either default to the home folder, or (preferably) to the last folder an attachment was saved in.
Yes, seems to be a regression.
I was just about to report the same bug, as I have saved a lot of attachments lately. What I noticed is that if more than one attachment is saved with the action ‘save all attachments’, it seems to remember the last folder, but if only one attachment is saved, it doesn’t.
*** Bug 184748 has been marked as a duplicate of this bug. ***
*** Bug 183541 has been marked as a duplicate of this bug. ***
Checked with current trunk (r930794). Both the single "Save attachment" dialogue and the "Save Attachments" (multiple dialogue) remember the directory where they were last used in in the current KMail session, but the default place is the current directory where KMail was started. Have not observed "root" being the default, unless KMail is started there of course.
Yes, it's working for me in trunk now.
Would be nice if the fix could be backported to KDE 4.2.x.
SVN commit 951805 by marten: Use the KFileDialog keyword syntax to remember the attachment save location, for either single or multiple attachments, persistently over KMail sessions. Also use the <filename> message tags for the file overwrite warnings. Not to be backported to 4.2 branch, because the KFileDialog support (r951469) is not present. CCBUG:159144 M +11 -9 kmcommands.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=951805
*** Bug 194041 has been marked as a duplicate of this bug. ***