+2009-04-28 14:18 +0200 Bertram Felgenhauer <int-e@gmx.de> (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 <pdmef@gmx.net> (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 <pdmef@gmx.net> (86334b572057)
* sendlib.c: Don't trim In-Reply-To with $edit_headers set
/* 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,