]> git.cworth.org Git - sup/blobdiff - lib/sup/message-chunks.rb
Fix for some warnings on faked addresses and ids
[sup] / lib / sup / message-chunks.rb
index 2fcf8f901637295874e7c6464193b3932a420eda..08dcf27e06c1847ca888569645c78e7be9c744b0 100644 (file)
@@ -82,6 +82,7 @@ EOS
                           :sibling_types => sibling_types
         end
 
+      @lines = nil
       if text
         @lines = text.gsub("\r\n", "\n").gsub(/\t/, "        ").gsub(/\r/, "").split("\n")
         @quotable = true