]> git.notmuchmail.org Git - sup/commitdiff
prevent warning
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 10 Dec 2007 01:05:56 +0000 (01:05 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 10 Dec 2007 01:05:56 +0000 (01:05 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@755 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/message.rb

index eb5f2bc4a9211765db76da38ac947c6a3ae65b1e..69625fcabc370ea316e9a6dc4b6f9c15cea61ca7 100644 (file)
@@ -370,7 +370,7 @@ private
       ## otherwise, it's body text
       else
         body = Message.convert_from m.decode, m.charset
-        text_to_chunks (body || "").normalize_whitespace.split("\n")
+        text_to_chunks((body || "").normalize_whitespace.split("\n"))
       end
     end
   end