Hi Fred, Fred Kiefer wrote:
Looks like Riccardo made some changes here but they won’t help your case. The problem is that line 594 in Utilities.m is still missing the check "i != NSNotFound“
you found it! Apparently that condition did not happen for me, but it is better to check for not found also while in the loop of course.
http://svn.savannah.gnu.org/viewvc/gnustep-nonfsf/apps/gnumail/Framework/GNUMail/Utilities.m?r1=570&r2=588&sortby=date Should fix it. Daniel, may you try and confirm? Riccardo _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
