[kmail2] [Bug 325571] option to delete all attachments
Daniel Vrátil
bugzilla_noreply at kde.org
Wed Aug 2 14:26:01 BST 2023
https://bugs.kde.org/show_bug.cgi?id=325571
Daniel Vrátil <dvratil at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Latest Commit| |https://invent.kde.org/pim/
| |kmail/-/commit/a550b30943c4
| |6202fcf897c0c61c06657891a17
| |a
Status|ASSIGNED |RESOLVED
--- Comment #6 from Daniel Vrátil <dvratil at kde.org> ---
Git commit a550b30943c46202fcf897c0c61c06657891a17a by Daniel Vrátil.
Committed on 02/08/2023 at 14:49.
Pushed by dvratil into branch 'master'.
Add "Delete All Attachments" action to context menu
Complementary to "Save All Attachments" this action can be applied to
a single message currently displayed in message viewer as well as to
a selection in message list.
It uses the same internal logic as "Save All Attachments", so if the
user first saves all attachments and then deletes them, they should not
lose any data.
A confirmation dialog is shown before the deletion, if there's at least
one cryptographically signed message in the selection it will also warn
about signature being invalidated by the operation, and if there's at
least one encrypted message it informs the user that deleting
attachments from encrypted messages is not supported.
M +1 -1 CMakeLists.txt
M +94 -0 src/kmcommands.cpp
M +20 -0 src/kmcommands.h
M +72 -1 src/kmmainwidget.cpp
M +2 -0 src/kmmainwidget.h
https://invent.kde.org/pim/kmail/-/commit/a550b30943c46202fcf897c0c61c06657891a17a
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list