On Thu, 13 Jun 2002 01:25:17 -0700 [EMAIL PROTECTED] wrote: > I changed Reply String in Subject from "Re: " to "Odg: ". > Now the message threading doesn't work. > > Seems like the fix should be applied in threading (sorting) routine to use user > defined Reply String instead of fixed "Re: " or "RE: ".
This could be a solution to the problem mentioned: the threading algorithm really does only take into account 're: ', 're[n]: ', and 're(n): ' and does not take the case into account. Of course, we could do domething about it. The ideal answer would be to use a user-suplied regex to detect the fact that a message is an answer. This was almost done, but: - introduces a very noticeable delay when threading - must be cleaned-up a bit. There are case not correctly handled, so it may be the case that we would need even more options, or very complicated ones. My suggestion, on the contrary, would rather be to remove the option to change the Reply-prefix, and stick with the standard 'Re: '. I would even remove the option to generate 'Re[n]: '. After all, the threading code makes wonder, doesn't it? :) And, actually, it does not use the 'n' inside Re[n] to do its job. So it is useless unless you have a broken threading code... -- Xavier Nodet PGP fingerprint: EFE0 0E75 C4DC 2654 5C36 4E2D 107C 19DE 0646 1FE2 ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers