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
KMail Account Wizard
Commits
01feab4a
Commit
01feab4a
authored
Nov 03, 2019
by
Yuri Chornoivan
Browse files
Fix minor issues found by EBN and typos
parent
d6086f60
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/ispdb/autoconfigkolabmail.cpp
View file @
01feab4a
...
...
@@ -30,7 +30,7 @@ void AutoconfigKolabMail::startJob(const QUrl &url)
mData
.
clear
();
QMap
<
QString
,
QVariant
>
map
;
map
[
QStringLiteral
(
"errorPage"
)]
=
false
;
map
[
QStringLiteral
(
"no-auth-promt"
)]
=
true
;
map
[
QStringLiteral
(
"no-auth-prom
p
t"
)]
=
true
;
map
[
QStringLiteral
(
"no-www-auth"
)]
=
true
;
KIO
::
TransferJob
*
job
=
KIO
::
get
(
url
,
KIO
::
NoReload
,
KIO
::
HideProgressInfo
);
...
...
src/ispdb/autotests/errorserver.py
View file @
01feab4a
...
...
@@ -21,7 +21,7 @@ import BaseHTTPServer
import
os.path
class
ErrorServer
(
BaseHTTPServer
.
BaseHTTPRequestHandler
):
'''a simple server that always an
w
sers with the corresponding error code:
'''a simple server that always ans
w
ers with the corresponding error code:
/500 -> error 500
'''
def
do_GET
(
self
):
...
...
src/ispdb/ispdb.h
View file @
01feab4a
...
...
@@ -112,7 +112,7 @@ Q_SIGNALS:
protected:
/** search types, where to search for autoconfig
@see lookupUrl to gene
e
rate a url base on this type
@see lookupUrl to generate a url base on this type
*/
enum
searchServerType
{
IspAutoConfig
=
0
,
/**< http://autoconfig.example.com/mail/config-v1.1.xml */
...
...
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