fix logic bug in getthreadid
authorPhilipp Takacs <philipp@bureaucracy.de>
Fri, 11 Jan 2019 01:28:29 +0000 (02:28 +0100)
committerPhilipp Takacs <philipp@bureaucracy.de>
Fri, 11 Jan 2019 02:08:09 +0000 (03:08 +0100)
getthreadid now early exit the m_getfld2 loop, if the message-id _and_
the references field is found. Without this the wrong thread-id may
found if the message-id field is before the references field.
Thanks c_14 for reporting


No differences found