Fixed build
This commit is contained in:
parent
6feb658bfb
commit
c0f2380aac
@ -581,7 +581,10 @@ int IMAPMessage::processFetchResponse(
|
|||||||
|
|
||||||
// In-Reply-To
|
// In-Reply-To
|
||||||
if (!env->env_in_reply_to->isNIL) {
|
if (!env->env_in_reply_to->isNIL) {
|
||||||
hdr->InReplyTo()->setValue(messageIdSequence(env->env_message_id->value));
|
shared_ptr <messageId> mid = make_shared <messageId>(env->env_in_reply_to->value);
|
||||||
|
messageIdSequence sequence;
|
||||||
|
sequence.appendMessageId(mid);
|
||||||
|
hdr->InReplyTo()->setValue(sequence);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user