Re: [PATCH] Clean up author display for some "Last, First" cases

2010-04-24 Thread Dirk Hohndel
On Sat, 24 Apr 2010 08:30:22 -0700, Carl Worth wrote: > On Wed, 21 Apr 2010 22:04:39 -0700, Dirk Hohndel > wrote: > > +/* clean up the uggly "Lastname, Firstname" format that some mail systems > > + * (most notably, Exchange) are creating to be "Firstname Lastname" > > + * To make sure that we

[PATCH] Clean up author display for some "Last, First" cases

2010-04-24 Thread Dirk Hohndel
On Sat, 24 Apr 2010 08:30:22 -0700, Carl Worth wrote: > On Wed, 21 Apr 2010 22:04:39 -0700, Dirk Hohndel > wrote: > > +/* clean up the uggly "Lastname, Firstname" format that some mail systems > > + * (most notably, Exchange) are creating to be "Firstname Lastname" > > + * To make sure that we

Re: [PATCH] Clean up author display for some "Last, First" cases

2010-04-24 Thread Carl Worth
On Wed, 21 Apr 2010 22:04:39 -0700, Dirk Hohndel wrote: > +/* clean up the uggly "Lastname, Firstname" format that some mail systems > + * (most notably, Exchange) are creating to be "Firstname Lastname" > + * To make sure that we don't change other potential situations where a > + * comma is in

[PATCH] Clean up author display for some "Last, First" cases

2010-04-24 Thread Carl Worth
On Wed, 21 Apr 2010 22:04:39 -0700, Dirk Hohndel wrote: > +/* clean up the uggly "Lastname, Firstname" format that some mail systems > + * (most notably, Exchange) are creating to be "Firstname Lastname" > + * To make sure that we don't change other potential situations where a > + * comma is i

[PATCH] Clean up author display for some "Last, First" cases

2010-04-21 Thread Dirk Hohndel
We specifically check if this is one of these two patterns: "Last, First" "Last, First MI" If this is the case, we rewrite the author name in a more reader friendly manner Signed-off-by: Dirk Hohndel --- lib/thread.cc | 51 +-- 1 files chang

[PATCH] Clean up author display for some "Last, First" cases

2010-04-21 Thread Dirk Hohndel
We specifically check if this is one of these two patterns: "Last, First" "Last, First MI" If this is the case, we rewrite the author name in a more reader friendly manner Signed-off-by: Dirk Hohndel --- lib/thread.cc | 51 +-- 1 files chang