Summary: | attached file - name change not working | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Roland <rke> |
Component: | composer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | matti.kettunen, montel |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/822ae3c1af65949927b9d0f034b46dce0ebca09f | Version Fixed In: | 4.8.4 |
Sentry Crash Report: |
Description
Roland
2012-05-26 12:08:22 UTC
I confirm it Git commit f40e2760e47251a3aaf75ef70b046e11895a5d1c by Montel Laurent. Committed on 27/05/2012 at 15:41. Pushed by mlaurent into branch 'master'. Fix Bug 300660 - attached file - name change not working Use name and not filename. Otherwise define a name is not usefull FIXED-IN: 4.8.4 M +2 -1 messageviewer/nodehelper.cpp M +2 -1 messageviewer/objecttreeparser.cpp http://commits.kde.org/kdepim/f40e2760e47251a3aaf75ef70b046e11895a5d1c Git commit 822ae3c1af65949927b9d0f034b46dce0ebca09f by Montel Laurent. Committed on 27/05/2012 at 15:41. Pushed by mlaurent into branch 'KDE/4.8'. Fix Bug 300660 - attached file - name change not working Use name and not filename. Otherwise define a name is not usefull FIXED-IN: 4.8.4 (cherry picked from commit f40e2760e47251a3aaf75ef70b046e11895a5d1c) M +2 -1 messageviewer/nodehelper.cpp M +2 -1 messageviewer/objecttreeparser.cpp http://commits.kde.org/kdepim/822ae3c1af65949927b9d0f034b46dce0ebca09f Fix works in 4.8.4, thanks a lot! I think this bug still exists! (I'm using version 4.8.5) Take a look at the message source: --------- --nextPart1369570.SdQimZytJM Content-Disposition: attachment; filename="oldname.jpg" Content-Transfer-Encoding: base64 Content-Type: image/jpeg; name="newname.jpg" --------- If you read the message with KMail newname.jpg will be shown but if you save the attachment oldname.jpg will be used. Many other email clients or webmails show only oldname.jpg. |