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
1c4646bf
Commit
1c4646bf
authored
Nov 22, 2021
by
Laurent Montel
😁
Browse files
Add separator
parent
aefe54c1
Pipeline
#99851
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/archivemailagent/archivemailwidget.cpp
View file @
1c4646bf
...
...
@@ -107,6 +107,7 @@ void ArchiveMailWidget::slotCustomContextMenuRequested(const QPoint &)
menu
.
addAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"list-add"
)),
i18n
(
"Add..."
),
this
,
&
ArchiveMailWidget
::
slotAddItem
);
if
(
!
listItems
.
isEmpty
())
{
if
(
listItems
.
count
()
==
1
)
{
menu
.
addSeparator
();
menu
.
addAction
(
i18n
(
"Open Containing Folder..."
),
this
,
&
ArchiveMailWidget
::
slotOpenFolder
);
}
menu
.
addSeparator
();
...
...
Write
Preview
Markdown
is supported
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