[GitHub] dimidd closed issue #466: Bug: thread.lua fetches replies from other lists

2018-05-30 Thread GitBox
dimidd closed issue #466: Bug: thread.lua fetches replies from other lists
URL: https://github.com/apache/incubator-ponymail/issues/466
 
 
   


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


[GitHub] dimidd commented on issue #466: Bug: thread.lua fetches replies from other lists

2018-05-30 Thread GitBox
dimidd commented on issue #466: Bug: thread.lua fetches replies from other lists
URL: 
https://github.com/apache/incubator-ponymail/issues/466#issuecomment-39308
 
 
   I see, thanks. 


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


[GitHub] sebbASF commented on issue #466: Bug: thread.lua fetches replies from other lists

2018-05-30 Thread GitBox
sebbASF commented on issue #466: Bug: thread.lua fetches replies from other 
lists
URL: 
https://github.com/apache/incubator-ponymail/issues/466#issuecomment-393081539
 
 
   If the same mbox file is present on multiple lists, then it's not surprising 
that PonyMail shows the mails from both.
   Applying the suggested fix will probably break threads that reply to 
multiple lists.
   If a reply is sent to a different list, it's still the same thread...
   
   I don't think this is a bug.


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


[GitHub] dimidd opened a new issue #466: Bug: thread.lua fetches replies from other lists

2018-05-30 Thread GitBox
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