From: William Morgan Date: Thu, 31 Jan 2008 06:18:28 +0000 (-0800) Subject: use "contact" instead of "thread" as the tagged noun in contact-list-mode X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=931df4f3285d0f45c6724dedeb910c17f9ce2a8e;p=sup use "contact" instead of "thread" as the tagged noun in contact-list-mode --- diff --git a/lib/sup/modes/contact-list-mode.rb b/lib/sup/modes/contact-list-mode.rb index f7b3ccb..7c16bab 100644 --- a/lib/sup/modes/contact-list-mode.rb +++ b/lib/sup/modes/contact-list-mode.rb @@ -29,7 +29,7 @@ class ContactListMode < LineCursorMode def initialize mode=:regular @mode = mode - @tags = Tagger.new self + @tags = Tagger.new self, "contact" @num = nil @text = [] super()