From: wmorgan Date: Mon, 10 Dec 2007 03:01:26 +0000 (+0000) Subject: bah! X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=6b8654e53bcbd31c5e2777459d3a9e74413b8845;p=sup bah! git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@758 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb index 9c507cb..1307284 100644 --- a/lib/sup/modes/thread-index-mode.rb +++ b/lib/sup/modes/thread-index-mode.rb @@ -497,7 +497,7 @@ protected ## used to tag threads by query. this can be made a lot more sophisticated, ## but for right now we'll do the obvious this. def thread_matches? t, query - t.subject =~ query || t.snippet =~ query || t.participants.any? { |x| x.longname =~ query } + t.subj =~ query || t.snippet =~ query || t.participants.any? { |x| x.longname =~ query } end def size_widget_for_thread t