Dear Otavio Salvador, In message <[email protected]> you wrote: > In case an address is listed in the To list, those will be skipped on > Cc list or user might end with a duplicated message. > > This fixes the case when a tag points to same address used as series > destination thus avoiding duplicated sending. > > Signed-off-by: Otavio Salvador <[email protected]> > --- > Changes in v2: > - use if 'to' in self: to remove the try block > > Changes in v3: > - readd try / except block to handle the valid error > > tools/patman/series.py | 7 +++++++ > 1 file changed, 7 insertions(+)
Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] "...all the good computer designs are bootlegged; the formally planned products, if they are built at all, are dogs!" - David E. Lundstrom, "A Few Good Men From Univac", MIT Press, 1987 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

