From b2aee43e59a1228d0d6920ee94ef08acd06d615a Mon Sep 17 00:00:00 2001 From: William Morgan Date: Wed, 20 Feb 2008 14:37:54 -0800 Subject: [PATCH] minor: remove redundant LOC --- lib/sup/index.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/sup/index.rb b/lib/sup/index.rb index 013b390..a7e48f6 100644 --- a/lib/sup/index.rb +++ b/lib/sup/index.rb @@ -174,7 +174,6 @@ EOS m.source.id or raise "unregistered source #{m.source} (id #{m.source.id.inspect})" end - to = (m.to + m.cc + m.bcc).map { |x| x.email }.join(" ") snippet = if m.snippet_contains_encrypted_content? && $config[:discard_snippets_from_encrypted_messages] "" -- 2.45.2