[PATCH] Threading bug in 1.2.pre1



Hi,
There's a typo in the 1.2.pre1 threading algorithm that causes the JWZ
threading to group messages with the same subject as children of each
other, even if they should be seperate threads. The following fix corrects
the problem:

On line 781 of src/balsa-index-threading.c:

const gchar* chopped_subject2= chop_re(subject);

should be

const gchar* chopped_subject2= chop_re(subject2);

Thanks.

_________________________________________________ 
Andrew Ferguson
http://owsla.cjb.net | andrew@owsla.cjb.net
Tintin Webring: http://owsla.cjb.net/tintin/ring/ 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]