Open GoogleCodeExporter opened 9 years ago
Comment by Shawn Pearce <sop@google.com> on Fri Jul 10 07:31:13 PDT 2009
See this thread on the mailing list about the same subject:
http://groups.google.com/group/repo-discuss/browse_thread/thread/b66ba6bc4dc54832?hl=en#
Original comment by code-rev...@gtempaccount.com
on 24 Sep 2009 at 8:34
Original comment by sop+code@google.com
on 24 Sep 2009 at 10:16
I read the mailing list thread but did not get any hints about what a good fix
would be for this?
Original comment by mf...@codeaurora.org
on 25 Aug 2010 at 8:28
I think you need to remember what Message-Id we have
used in the past when we send out an email. Each time
we do that we should use the prior id as the reply-to.
So add a new ChangeEmail entity to the database with
Change.Id, Timestamp (time sent) and String (message id).
Each time we send a message, we create a unique message
id and write it to this table.
When we are sending out a message, we also try to set
our In-Reply-To header by finding the most recent of
these ChangeEmail entities and using that message id.
You may be able to simplify it all and just keep a
"last_email_message_id" column on Change itself. The
new table with entities in it for each message sent is
very likely overkill.
Original comment by sop@google.com
on 25 Aug 2010 at 8:37
Original issue reported on code.google.com by
code-rev...@gtempaccount.com
on 24 Sep 2009 at 7:43