| Summary: | save as: the title is cut after the second dot | ||
|---|---|---|---|
| Product: | [Unmaintained] kmail | Reporter: | xzill <buxzillreport> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
xzill
2009-02-21 21:42:44 UTC
This works for me in kmail 1.11.90 (kde 4.2.62). A message with subject: prueba.primera.segunda.tercera cuarta quinta sexta.septima shows in the save as: prueba.primera.segunda.tercera cuarta quinta sexta.septima.mbox in KMail Version 1.11.0 (KDE 4.2.1 "release 103") it does not work SVN commit 1020592 by mkoller: BUG: 185167 make sure the "save as" dialog does not strip the filename part after the last "." thinking it's an extension. Also, factor out a fileName cleaning function M +31 -19 kmcommands.cpp M +5 -0 kmcommands.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1020592 SVN commit 1020593 by mkoller: Backport r1020592 by mkoller from trunk to the 4.3 branch: CCBUG: 185167 make sure the "save as" dialog does not strip the filename part after the last "." thinking it's an extension. Also, factor out a fileName cleaning function M +31 -19 kmcommands.cpp M +5 -0 kmcommands.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1020593 |