Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM MailImporter
Commits
004b9d49
Commit
004b9d49
authored
Mar 17, 2016
by
Laurent Montel
Browse files
Astyle kdelibs
parent
7cf0bc1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/filterbalsa.cpp
View file @
004b9d49
...
...
@@ -20,7 +20,6 @@
#include
<KLocalizedString>
#include
<qfiledialog.h>
using
namespace
MailImporter
;
class
MailImporter
::
FilterBalsaPrivate
...
...
src/filterthunderbird.cpp
View file @
004b9d49
...
...
@@ -138,8 +138,8 @@ void FilterThunderbird::import()
bool
FilterThunderbird
::
excludeFiles
(
const
QString
&
file
)
{
if
((
file
.
endsWith
(
QLatin1String
(
".msf"
))
||
file
.
endsWith
(
QLatin1String
(
".dat"
))
||
file
.
endsWith
(
QLatin1String
(
".json"
))
||
file
.
endsWith
(
QLatin1String
(
".dat"
))
||
file
.
endsWith
(
QLatin1String
(
".json"
))
||
file
.
endsWith
(
QLatin1String
(
".html"
))))
{
return
true
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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