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
libksieve
Commits
e8c7cf3f
Commit
e8c7cf3f
authored
Aug 07, 2021
by
Laurent Montel
😁
Browse files
We depend against 5.84
parent
ec618362
Pipeline
#73778
failed with stage
in 2 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kmanagesieve/session.cpp
View file @
e8c7cf3f
...
...
@@ -262,9 +262,7 @@ KManageSieve::AuthDetails Session::requestAuthDetails(const QUrl &url)
"(usually the same as your email password):"
);
QPointer
<
KPasswordDialog
>
dlg
=
new
KPasswordDialog
(
nullptr
,
KPasswordDialog
::
ShowUsernameLine
|
KPasswordDialog
::
ShowKeepPassword
);
#if KWIDGETSADDONS_VERSION >= QT_VERSION_CHECK(5, 84, 0)
dlg
->
setRevealPasswordAvailable
(
KAuthorized
::
authorize
(
QStringLiteral
(
"lineedit_reveal_password"
)));
#endif
dlg
->
setUsername
(
ai
.
username
);
dlg
->
setPassword
(
ai
.
password
);
dlg
->
setKeepPassword
(
ai
.
keepPassword
);
...
...
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