[PATCH v2 1/2] lib: Use email address instead of empty real name.

2014-11-22 Thread Jani Nikula
On Fri, 21 Nov 2014, Jesse Rosenthal wrote: > Currently, if a From-header is of the form: > > "" > > the empty string will be treated as a valid real-name, and the entry > in the search results will be empty. > > The new behavior here is that we treat an empty real-name field as if > it were

Re: [PATCH v2 1/2] lib: Use email address instead of empty real name.

2014-11-22 Thread Jani Nikula
On Fri, 21 Nov 2014, Jesse Rosenthal jrosent...@jhu.edu wrote: Currently, if a From-header is of the form: addr...@example.com the empty string will be treated as a valid real-name, and the entry in the search results will be empty. The new behavior here is that we treat an empty

[PATCH v2 1/2] lib: Use email address instead of empty real name.

2014-11-21 Thread Jesse Rosenthal
Currently, if a From-header is of the form: "" the empty string will be treated as a valid real-name, and the entry in the search results will be empty. The new behavior here is that we treat an empty real-name field as if it were null, so that the email address will be used in the search

[PATCH v2 1/2] lib: Use email address instead of empty real name.

2014-11-21 Thread Jesse Rosenthal
Currently, if a From-header is of the form: addr...@example.com the empty string will be treated as a valid real-name, and the entry in the search results will be empty. The new behavior here is that we treat an empty real-name field as if it were null, so that the email address will be