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
KDE PIM Runtime
Commits
c1ffc086
Commit
c1ffc086
authored
Mar 08, 2013
by
Laurent Montel
😁
Browse files
Fix Bug 279325 - access to kwallet is not closed after closing kmail
Close kwallet when we go offline, and clear password CCBUG: 279325
parent
06142566
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/pop3/pop3resource.cpp
View file @
c1ffc086
...
...
@@ -1014,6 +1014,9 @@ void POP3Resource::doSetOnline( bool online )
cancelSync
(
i18n
(
"Mail check aborted after going offline."
),
false
/* no error */
);
}
emit
status
(
Idle
,
i18n
(
"Offline"
)
);
delete
mWallet
;
mWallet
=
0
;
clearCachedPassword
();
}
}
...
...
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