dimidd opened a new issue #466: Bug: thread.lua fetches replies from other lists
URL: https://github.com/apache/incubator-ponymail/issues/466
 
 
   How to reproduce: import the same mbox file to two different lists.
   Open a thread of list1, replies which belong to list2 will be shown as well.
   I guess we could amend this line (43) in `api/thread.lua`:
   `local docs = elastic.findFast( ('in-reply-to:"%s" OR 
references:"%s"'):format(emid, emid), 50, "mbox")` to account for the list-id 
as well.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to