From 6b8654e53bcbd31c5e2777459d3a9e74413b8845 Mon Sep 17 00:00:00 2001 From: wmorgan Date: Mon, 10 Dec 2007 03:01:26 +0000 Subject: [PATCH] bah! git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@758 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- lib/sup/modes/thread-index-mode.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2