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
KMailTransport
Commits
865bd82c
Commit
865bd82c
authored
Nov 25, 2020
by
Laurent Montel
😁
Browse files
Minor optimization
parent
f3f96620
Pipeline
#42002
failed with stage
in 22 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kmailtransport/transport.cpp
View file @
865bd82c
...
...
@@ -268,7 +268,6 @@ void Transport::migrateToWallet()
d
->
needsWalletMigration
=
false
;
KConfigGroup
group
(
config
(),
currentGroup
());
group
.
deleteEntry
(
"password"
);
group
.
deleteEntry
(
"password-kmail"
);
d
->
passwordDirty
=
true
;
d
->
storePasswordInFile
=
false
;
save
();
...
...
@@ -276,7 +275,7 @@ void Transport::migrateToWallet()
Transport
*
Transport
::
clone
()
const
{
QString
id
=
currentGroup
().
mid
(
10
);
const
QString
id
=
currentGroup
().
mid
(
10
);
return
new
Transport
(
id
);
}
...
...
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