Summary: | When saving an attached file from a mail, give the user the ability to either open it or open the folder where it has been saved | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Alexandre Bonneau <alexandre.bonneau> |
Component: | MDN | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 4.8 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/5fa650b67b81f58abfa194940c644ce784e98b2a | Version Fixed In: | 4.14 |
Sentry Crash Report: |
Description
Alexandre Bonneau
2012-03-30 20:10:49 UTC
Git commit bbc7642a1ef2d0565a120cf474034618604d1df9 by Montel Laurent. Committed on 06/04/2014 at 07:10. Pushed by mlaurent into branch 'master'. Start to implement Bug 297138 - When saving an attached file from a mail, give the user the ability to either open it or open the folder where it has been saved M +1 -0 messageviewer/CMakeLists.txt A +80 -0 messageviewer/widgets/openattachmentfolderwidget.cpp [License: GPL (v2)] A +45 -0 messageviewer/widgets/openattachmentfolderwidget.h [License: GPL (v2)] http://commits.kde.org/kdepim/bbc7642a1ef2d0565a120cf474034618604d1df9 Git commit 5fa650b67b81f58abfa194940c644ce784e98b2a by Montel Laurent. Committed on 06/04/2014 at 10:43. Pushed by mlaurent into branch 'master'. Fix Bug 297138 - When saving an attached file from a mail, give the user the ability to either open it or open the folder where it has been saved FIXED-IN: 4.14 M +11 -4 kmail/kmcommands.cpp M +3 -1 kmail/kmcommands.h M +1 -2 kmail/kmmainwidget.cpp M +5 -4 messageviewer/utils/util.cpp M +2 -2 messageviewer/utils/util.h M +5 -1 messageviewer/viewer/urlhandlermanager.cpp M +6 -0 messageviewer/viewer/viewer.cpp M +1 -1 messageviewer/viewer/viewer.h M +20 -6 messageviewer/viewer/viewer_p.cpp M +2 -0 messageviewer/viewer/viewer_p.h M +0 -1 messageviewer/widgets/openattachmentfolderwidget.cpp http://commits.kde.org/kdepim/5fa650b67b81f58abfa194940c644ce784e98b2a |