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
PIM Data Exporter
Commits
2bc6b5ea
Commit
2bc6b5ea
authored
Nov 06, 2021
by
Laurent Montel
😁
Browse files
Start from 1
parent
a8cc81b9
Pipeline
#94580
passed with stage
in 10 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/mail/importmailjobinterfaceimpl.cpp
View file @
2bc6b5ea
...
...
@@ -104,7 +104,7 @@ void ImportMailJobInterfaceImpl::addNewIdentity(const QString &name, KConfigGrou
QString
ImportMailJobInterfaceImpl
::
uniqueIdentityName
(
const
QString
&
name
)
{
QString
newName
(
name
);
int
i
=
0
;
int
i
=
1
;
while
(
!
mIdentityManager
->
isUnique
(
newName
))
{
newName
=
QStringLiteral
(
"%1_%2"
).
arg
(
name
).
arg
(
i
);
++
i
;
...
...
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