From: Rocco Rutte Date: Tue, 28 Apr 2009 12:27:26 +0000 (+0200) Subject: Fix comment typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4de8ab488c8c6db4447f9477b05aeaa8db9fa6e4;p=mutt Fix comment typo --- diff --git a/ChangeLog b/ChangeLog index 3f8309c8..6a325759 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2009-04-28 14:18 +0200 Bertram Felgenhauer (6b20a3545f03) + + * doc/manual.xml.head, headers.c: Drop References header if In-Reply- + To is modified by user. Closes #3221. + +2009-04-28 13:05 +0200 Rocco Rutte (a13d8fd40094) + + * ChangeLog, send.c: Don't generate References: for reply to multiple + messages + + All parent Message-Ids are present in In-Reply-To already. Also, + RfC2822, section 3.6.4 discourages its generation. + 2009-04-28 13:03 +0200 Rocco Rutte (86334b572057) * sendlib.c: Don't trim In-Reply-To with $edit_headers set diff --git a/headers.c b/headers.c index ac8bfac4..5d22489f 100644 --- a/headers.c +++ b/headers.c @@ -112,7 +112,7 @@ void mutt_edit_headers (const char *editor, /* in case the user modifies/removes the In-Reply-To header with $edit_headers set, we remove References: as they're likely invalid; - we can simply compare strings as we don't generate Refereces for + we can simply compare strings as we don't generate References for multiple Message-Ids in IRT anyways */ if (!n->in_reply_to || (msg->env->in_reply_to && mutt_strcmp (n->in_reply_to->data,