>>>>> "Richard" == Richard Curnow <[EMAIL PROTECTED]> writes:

Sam> I have sent a few fixes (mainly memory leaks) to Richard. Those
Sam> fixes are visible on
Sam> 
Sam>   http://git.rfc1149.net/mairix.git
Sam> 
Sam> or can be pulled into one's git repository with
Sam> 
Sam>   git pull git://git.rfc1149.net/mairix.git master

Richard> I've pulled your fixes and they are now in my public
Richard> repository.

Note that mairix users may want to reindex their databases to take
advantage of the multiple headers fix for the Cc: field. If I
understand the code correctly, before my patch 8337f61f, a mail
containing

  Cc: User1 <[EMAIL PROTECTED]>
  Cc: User2 <[EMAIL PROTECTED]>

will not be found with

  mairix c:user1

because only the second Cc: line was considered, overwriting the first
one. And I happen to have a lot of mails with duplicate Cc: lines, as
some people automatically add a Cc: to themselves before the mail gets
out, often by adding a new Cc: header (rather than completing an
existing one).

It would be great if one of the mairix users could find some time and
build an automated test suite that could be run before and after doing
modifications, especially when bugs are fixed. Such a test suite could
architectured as

   tests/
     test1/
       mairixrc
       mails/
         mail1
         mail2
       test.sh
     test2/

This would be a useful contribution from the community. Any takers? :)

  Sam
-- 
Samuel Tardieu -- [EMAIL PROTECTED] -- http://www.rfc1149.net/


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mairix-users mailing list
Mairix-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mairix-users

Reply via email to