File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -942,6 +942,7 @@ static BOOL instance_read_message(const MESSAGE_CONTENT *src,
942942 psubject_prefix = wtf->get <char >(PR_SUBJECT_PREFIX_A);
943943 auto pvalue = std::string (znul (psubject_prefix)) + znul (pnormalized_subject);
944944 dst->proplist .ppropval [i].pvalue = common_util_dup (pvalue);
945+ dst->proplist .ppropval [i].proptag = PR_SUBJECT_A;
945946 ++dst->proplist .count ;
946947 } else {
947948 psubject_prefix = wtf->get <char >(PR_SUBJECT_PREFIX);
@@ -964,6 +965,7 @@ static BOOL instance_read_message(const MESSAGE_CONTENT *src,
964965 psubject_prefix = wtf->get <char >(PR_SUBJECT_PREFIX);
965966 auto pvalue = std::string (znul (psubject_prefix)) + znul (pnormalized_subject);
966967 dst->proplist .ppropval [i].pvalue = common_util_dup (pvalue);
968+ dst->proplist .ppropval [i].proptag = PR_SUBJECT;
967969 ++dst->proplist .count ;
968970 }
969971 if (src->children .prcpts == nullptr ) {
You can’t perform that action at this time.
0 commit comments