]> git.notmuchmail.org Git - sup/commitdiff
fixed one-line quotes: should be colored as quotes, just not collapsable/expandable
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Wed, 30 May 2007 15:21:50 +0000 (15:21 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Wed, 30 May 2007 15:21:50 +0000 (15:21 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@422 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/message.rb

index dd4ded9c09f4cac644082cf1e3346b7264bc1389..a6d5e08c185d79fac808e385aa745a42bc68cc96 100644 (file)
@@ -327,8 +327,6 @@ private
         if newstate
           if chunk_lines.empty?
             # nothing
-          elsif chunk_lines.size == 1
-            chunks << Text.new(chunk_lines) # forget about one-line quotes
           else
             chunks << Quote.new(chunk_lines)
           end