Is there a way to aid gmail in making threads? We are currently using same Subjects to do this, but that really uglyfies the subject a lot.
Asked
Active
Viewed 2,291 times
1 Answers
13
There are a couple of mail headers that other mail clients use to help threading - not sure if gmail supports them. The first is the standard RFC-822 "In-Reply-To: <messageid>
", and the second is the non-standard (stolen from Usenet) "References: <messageid>,<messageid>,...
".

Paul Tomblin
- 179,021
- 58
- 319
- 408
-
Confirmed by: http://stackoverflow.com/questions/1430866/gmail-threading-imap-and-ruby – Emil Stenström Jan 04 '11 at 20:27