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
PIM Messagelib
Commits
3b9906ad
Commit
3b9906ad
authored
Sep 24, 2021
by
Laurent Montel
😁
Browse files
BUG 442884: Fix DSN support
parent
7fe57f69
Pipeline
#82501
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3b9906ad
...
...
@@ -12,7 +12,7 @@ set(KF5_MIN_VERSION "5.86.0")
set
(
MESSAGELIB_LIB_VERSION
${
PIM_VERSION
}
)
set
(
AKONADIMIME_LIB_VERSION
"5.18.4
0
"
)
set
(
AKONADIMIME_LIB_VERSION
"5.18.4
1
"
)
set
(
QT_REQUIRED_VERSION
"5.15.2"
)
set
(
AKONADICONTACT_LIB_VERSION
"5.18.40"
)
...
...
messagecomposer/src/composer/composerviewbase.cpp
View file @
3b9906ad
...
...
@@ -1092,7 +1092,11 @@ void ComposerViewBase::queueMessage(const KMime::Message::Ptr &message, MessageC
qjob
->
addressAttribute
().
setCc
(
MessageComposer
::
Util
::
cleanUpEmailListAndEncoding
(
infoPart
->
cc
()));
qjob
->
addressAttribute
().
setBcc
(
MessageComposer
::
Util
::
cleanUpEmailListAndEncoding
(
infoPart
->
bcc
()));
}
qDebug
()
<<
" SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSs111111111111111111"
;
if
(
m_requestDeleveryConfirmation
)
{
qDebug
()
<<
" SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSs"
;
qjob
->
addressAttribute
().
setDeliveryStatusNotification
(
true
);
}
MessageComposer
::
Util
::
addSendReplyForwardAction
(
message
,
qjob
);
MessageCore
::
StringUtil
::
removePrivateHeaderFields
(
message
,
false
);
...
...
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