This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Future of gccbug
On Nov 7, 2003, at 4:13 PM, Gabriel Dos Reis wrote:
Daniel Berlin <dberlin@dberlin.org> writes:
| > and bugzilla does not put proper references.
|
| Yes it does. It adds both "In-Reply-To" and "References:" as
approriate.
*No*. It does not. More precisely, it puts all messages under the
first
, which is wrong.
This is the best I can do.
We create a msg-id based on the creation timestamp + reporter + bugid,
and use that as the messageid for the first message, and the
references/in-reply-to for the followups
We don't actually track message ids of each sent out mail right now.
Even if we did, we don't know what comments are replies to other
comments, so it's not possible to do anything other than put them under
the first one.
--Dan