Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Runtime
Commits
7741ba20
Commit
7741ba20
authored
Nov 17, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
resources/imap/CMakeLists.txt
resources/imap/CMakeLists.txt
+1
-0
resources/imap/settings.cpp
resources/imap/settings.cpp
+1
-0
No files found.
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
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