Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMail
Commits
45eae3fe
Commit
45eae3fe
authored
Apr 06, 2021
by
Laurent Montel
😁
Browse files
Add icon for "move to"
CCBUG: 435410
parent
4b8da41c
Pipeline
#57351
skipped
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/kmreadermainwin.cpp
View file @
45eae3fe
...
...
@@ -533,6 +533,7 @@ QAction *KMReaderMainWin::moveActionMenu(QMenu *menu)
if
(
mainwin
)
{
auto
action
=
new
KActionMenu
(
menu
);
action
->
setText
(
i18n
(
"Move Message To..."
));
action
->
setIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"edit-copy"
)));
mainwin
->
standardMailActionManager
()
->
standardActionManager
()
->
createActionFolderMenu
(
action
->
menu
(),
Akonadi
::
StandardActionManager
::
MoveItemToMenu
);
connect
(
action
->
menu
(),
&
QMenu
::
triggered
,
this
,
&
KMReaderMainWin
::
slotMoveItem
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment