Bug 414825

Summary: saving dialog does not propose a file name
Product: [Applications] kmail2 Reporter: Thomas Monjalon <thomas>
Component: commands and actionsAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: major    
Priority: NOR    
Version: 5.12.3   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In: 5.13.0

Description Thomas Monjalon 2019-12-04 13:15:30 UTC
SUMMARY

When saving a message to a file, a file name computed from the title was proposed.
When saving a lot of emails (especially for applying patches) we just had to do ctrl+s and enter.
Now no filename is proposed, we must type each one.

Please, this is really breaking my workflow :)

STEPS TO REPRODUCE
1. save a message

OBSERVED RESULT

no filename in the dialog field

EXPECTED RESULT

filename pre-filled based on message title

SOFTWARE/OS VERSIONS
ArchLinux
KDE Plasma Version: 5.17.3
Comment 1 Laurent Montel 2019-12-04 20:13:35 UTC
Git commit 753ea379ab86ae997b08f85f83dda2c4197bf7e6 by Laurent Montel.
Committed on 04/12/2019 at 20:13.
Pushed by mlaurent into branch 'release/19.12'.

Fix Bug 414825 - saving dialog does not propose a file name

FIXED-IN: 5.13.0

M  +1    -1    messageviewer/src/utils/messageviewerutil.cpp

https://commits.kde.org/messagelib/753ea379ab86ae997b08f85f83dda2c4197bf7e6
Comment 2 Thomas Monjalon 2019-12-04 20:17:29 UTC
Thanks a lot Laurent