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
7741ba20
Commit
7741ba20
authored
Nov 17, 2020
by
Laurent Montel
😁
Browse files
Add comment
parent
4b654ac5
Pipeline
#41327
failed with stage
in 18 minutes and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/imap/CMakeLists.txt
View file @
7741ba20
...
...
@@ -88,6 +88,7 @@ target_link_libraries(imapresource
akonadi-singlefileresource
KF5::PimCommon
KF5::Libkdepim
qt5keychain
)
########### next target ###############
...
...
resources/imap/settings.cpp
View file @
7741ba20
...
...
@@ -80,6 +80,7 @@ void Settings::clearCachedPassword()
void
Settings
::
cleanup
()
{
//TODO move to async
Wallet
*
wallet
=
Wallet
::
openWallet
(
Wallet
::
NetworkWallet
(),
m_winId
);
if
(
wallet
&&
wallet
->
isOpen
())
{
if
(
wallet
->
hasFolder
(
QStringLiteral
(
"imap"
)))
{
...
...
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