Bug 414825 - saving dialog does not propose a file name
Summary: saving dialog does not propose a file name
Status: RESOLVED FIXED
Alias: None
Product: kmail2
Classification: Applications
Component: commands and actions (show other bugs)
Version: 5.12.3
Platform: Arch Linux Linux
: NOR major
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-04 13:15 UTC by Thomas Monjalon
Modified: 2019-12-04 20:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 5.13.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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