Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Unmaintained
KDE Pim
Commits
f12577d9
Commit
f12577d9
authored
Jan 01, 2015
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Bug 342059 - KMail 4.14.3: Option 'send later' breaks account settings
FIXED-IN: 14.12.1 BUG: 342059
parent
b7d6afd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
agents/sendlateragent/sendlaterjob.cpp
agents/sendlateragent/sendlaterjob.cpp
+0
-1
No files found.
agents/sendlateragent/sendlaterjob.cpp
View file @
f12577d9
...
...
@@ -126,7 +126,6 @@ void SendLaterJob::slotJobFinished(KJob* job)
void
SendLaterJob
::
updateAndCleanMessageBeforeSending
(
const
KMime
::
Message
::
Ptr
&
msg
)
{
msg
->
date
()
->
setDateTime
(
KDateTime
::
currentLocalDateTime
()
);
MessageCore
::
StringUtil
::
removePrivateHeaderFields
(
msg
,
true
);
MessageComposer
::
Util
::
removeNotNecessaryHeaders
(
msg
);
msg
->
assemble
();
}
...
...
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