Closed (fixed)
Project:
Case Tracker
Version:
4.7.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2007 at 20:03 UTC
Updated:
29 Jan 2007 at 16:45 UTC
Emails from comments are not threaded with others from the same case.
The attached patch makes this possible. Tested with Gmail and works well.
| Comment | File | Size | Author |
|---|---|---|---|
| casetracker-email-threading.patch | 1.29 KB | kbahey |
Comments
Comment #1
morbus iffCould you be more specific? Which email clients failed? Currently, we log the Msg-ID for every email we send. Usually, when a mail client responds to that email, it will put the same Msg-ID in the References field, which mailhandler then reads. The In-Reply-To seems to be related to mails on the client end, not comments on the server end, no?
Comment #2
kbahey commentedThis has nothing to do with mailhandler at all, and should not affect it.
I am talking about Gmail not grouping all the email updates to the same case together.
With this patch, they are "threaded" into what Gmail calls conversations.
og had the same issue, and I submitted a patch for it, and Moshe committed it. As an aside, og uses $nid-$cid as its message ID, and that works well (not sure about whether they use Mail handler or not).
Comment #3
morbus iffGotcha - I thought you meant threading inside Drupal, not threading inside your mail client. I'll commit this off to 5.x once I finalize its port.
Comment #4
morbus iffFixed in DRUPAL-5 and will show up in next release.
Comment #5
(not verified) commented