Skip to content
Commit 40797e87 authored by Erik Quaeghebeur's avatar Erik Quaeghebeur
Browse files

Also set Internal Date in ChangeItemTask::doStart AppendJob

When filtering messages in an IMAP resource with the Pipe through
action, the internal date of filtered messages is lost. This
appears to be due to a forgotten setInternalDate for the AppendJob
in ChangeItemTask::doStart. This patch adds the setInternalDate
call. It brings ChangeItemTask::doStart in line with
AddItemTask::doStart (additemtask.cpp:56) and
ReplaceMessageJob::start (replacemessagejob.cpp:36).

It fixes one issue reported in Bug 417206 and perhaps also the
other (original) one mentioned there.
parent 627c58ba
Pipeline #34481 failed with stage
in 7 minutes and 34 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment