Closed (fixed)
Project:
Listhandler
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
11 May 2009 at 21:21 UTC
Updated:
12 May 2009 at 02:07 UTC
I hope this is something easy to fix and something I've just overlooked. Here's what currently works:
Here's what doesn't work:
The threading seems to work correctly, and everything else seems ok, but the entire message is gone and we just get "2."
Any ideas?
Comments
Comment #1
bstanfield commentedMy apologies. This turned out to be a mailhandler issue, and not a listhandler issue.
It looks like it's been identified by some others, and the fix involves editing mailhandler.retrieve.inc
Specifically changing this line (currently around line 396 in the file):
if (!$node->comment) $node->comment = $node->body;to read
Hope this helps someone else!