Fix nullptr dereference when replying to emails without a CC header

Authored by vkrause on Oct 23 2019, 4:21 PM.

Description

Fix nullptr dereference when replying to emails without a CC header

Summary:
This is a regression from 7763a47b49 / D24624. The previous code used
cc() rather than cc(false) as well here, which avoids the problem (despite
maybe not being entirely ideal).

Reviewers: gjditchfield, knauss, mlaurent

Reviewed By: gjditchfield, mlaurent

Subscribers: kde-pim

Tags: KDE PIM

Differential Revision: https://phabricator.kde.org/D24891

Details

Committed
vkrauseOct 24 2019, 5:09 PM
Reviewer
gjditchfield
Differential Revision
D24891: Fix nullptr dereference when replying to emails without a CC header
Parents
R94:70c8e0a0fec4: Return the id message
Branches
Unknown
Tags
Unknown