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 Messagelib
Commits
330e17c4
Commit
330e17c4
authored
Mar 03, 2020
by
Laurent Montel
Browse files
Disable it until 5.14.2 where bug is fixed
parent
139ef5a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
messagecomposer/src/helper/messagefactoryreplyjob.cpp
View file @
330e17c4
...
...
@@ -40,7 +40,7 @@ void MessageFactoryReplyJob::start()
parser
->
setIdentityManager
(
mIdentityManager
);
parser
->
setCharsets
(
MessageComposerSettings
::
self
()
->
preferredCharsets
());
parser
->
setWordWrap
(
MessageComposerSettings
::
wordWrap
(),
MessageComposerSettings
::
lineWrapWidth
());
#if (QT_VERSION < QT_VERSION_CHECK(5, 14,
0
))
#if (QT_VERSION < QT_VERSION_CHECK(5, 14,
2
))
if
(
MessageComposer
::
MessageComposerSettings
::
quoteSelectionOnly
())
{
parser
->
setSelection
(
mSelection
);
}
...
...
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