]> git.cworth.org Git - obsolete/notmuch-old/commit
Simple attempt to display author names in a friendlier way
authorDirk Hohndel <hohndel@infradead.org>
Sat, 24 Apr 2010 18:20:57 +0000 (11:20 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 26 Apr 2010 18:45:29 +0000 (11:45 -0700)
commitcd19671f51b8f87303de6ab536afd6aa36efec61
tree6a92249de5d2c53785279c2032f6acfefb5a1055
parenta35a9a77af1b5e5afa6d78fcc461a60acafb31b6
Simple attempt to display author names in a friendlier way

This patch only addresses the typical Outlook/Exchange case
where we have "Last, First" <first.last@company.com> or
"Last, First MI" <first.mi.last@company.com>.

In the future we should be more fexible as to the formats
we recognize, but for now we address this one as it is the
Exchange default setting and therefore the most common one.

Signed-off-by: Dirk Hohndel <hohndel@infradead.org>
lib/thread.cc