Summary: | Would like to archive message when viewing it in its own window | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | luna <luna> |
Component: | commands and actions | Assignee: | luna <luna> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | montel |
Priority: | NOR | ||
Version: | 5.23.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/kmail/-/commit/1e2e03f8030eba82f1a0985df03b5727535d549a | Version Fixed In: | |
Sentry Crash Report: |
Description
luna
2023-06-22 15:14:15 UTC
What do you mean by "archive email" ? What do you use in kmail apps for doing it ? Regards Sorry I wasn't clear! What I mean by "archive email" is moving it to the
Archive folder I have configured for the given account. I have bound the kmail
> Archive action to a key and use this to move messages. It would be nice to
be able to have this functionality (either via menu, keybinding, or toolbar)
when viewing a message in its own window.
ok I see. I will look at how to implement it (In reply to Laurent Montel from comment #3) > ok I see. I will look at how to implement it I've been trying to get this to work myself, so please don't worry about this for now :) A possibly relevant merge request was started @ https://invent.kde.org/pim/kmail/-/merge_requests/97 Git commit 1e2e03f8030eba82f1a0985df03b5727535d549a by Laurent Montel, on behalf of Luna Celeste. Committed on 07/09/2023 at 07:23. Pushed by mlaurent into branch 'master'. Support archiving a message from its own window When viewing a message in its own window (e.g. by double-clicking it in the message list), it can be convenient to archive the message directly from that window instead of having to refocus the main window, select the message, and then archive it. Add a menu item for archiving a message. M +3 -1 src/kmail_part.rc M +3 -1 src/kmmainwin.rc M +3 -1 src/kmreadermainwin.rc M +22 -0 src/messageactions.cpp M +5 -0 src/messageactions.h https://invent.kde.org/pim/kmail/-/commit/1e2e03f8030eba82f1a0985df03b5727535d549a |