#3070: Bug#482883: mutt: removes Mail-Followup-To header on postpone+resume
(fwd)
---------------------+----------------------
Reporter: myon | Owner: kevin8t8
Type: defect | Status: closed
Priority: major | Milestone:
Component: mutt | Version: 1.5.20
Resolution: fixed | Keywords:
---------------------+----------------------
Changes (by Kevin McCarthy <kevin@…>):
* status: assigned => closed
* resolution: => fixed
Comment:
In [d7d83298011a6e7aa31bde49e0b6b21209a85fd2]:
{{{
#!CommitTicketReference repository=""
revision="d7d83298011a6e7aa31bde49e0b6b21209a85fd2"
Fix postpone/resume to not remove a Mail-Followup-To header (closes
#3070)
This solution changes mutt_prepare_template() to check whether the
message_id field is NULL to decide whether to wipe the message-id and
mail-followup-to headers when instantiating the message.
If we are resending a message, we don't want the previous message-id
and mail-followup-to headers. If we are resuming a postponed message,
however, we want to keep the mail-followup-to header if any was set
before the postpone.
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3070#comment:6>
Mutt <http://www.mutt.org/>
The Mutt mail user agent