]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch search: Avoid printing duplicate author names.
authorCarl Worth <cworth@cworth.org>
Fri, 13 Nov 2009 05:19:42 +0000 (21:19 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 13 Nov 2009 05:19:42 +0000 (21:19 -0800)
We add a hash to the thread object so that we can detect author names
that have already been added to the list, and avoid adding them
redundantly. This avoids the giant chain of "bugzilla-daemon,
bugzilla-daemon, bugzilla-daemon, bugzilla-daemon, ..." author lists
that we would get otherwise, for example.


No differences found