Richard Heck wrote: > It should now be working. Everything is configurable, so let me know if > something isn't the way you'd like it to be.
Nice. How hard is to synchronize output format for scripts used in different repos like GSoC? I use specific processing for lyx-cvs mails and having two differnt format cause problems. I like the new scripts more because it seems I can finally ditch my years old procmail scripts which did diff coloring in mailbox. For mutt fans, you may want to play with the .muttrc lines below in case you have color sensitive cognition: color body red default "^[-].*" color body green default "^[+].*" color body brightdefault default "^diff --git.*" color body brightdefault default "^index [a-f0-9].*" color body brightdefault default "^[-]{3} a.*" color body brightdefault default "^[+]{3} b.*" color body cyan default "^@@[^@]*@@" Pavel