]> git.notmuchmail.org Git - sup/commitdiff
bugfix for sig lines
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Sat, 13 Jan 2007 00:51:20 +0000 (00:51 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Sat, 13 Jan 2007 00:51:20 +0000 (00:51 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@250 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/modes/reply-mode.rb

index b22f6ae6b2f1c6fc2b859b732cfa15bee0c59f60..5f2de09490aa2e8620a1254ba5b9b5e92fcab993 100644 (file)
@@ -89,6 +89,7 @@ class ReplyMode < EditMessageMode
         :recipient
       end
 
+    @body += sig_lines
     regen_text
   end
 
@@ -112,7 +113,7 @@ class ReplyMode < EditMessageMode
 
 protected
 
-  def body; @body + sig_lines; end
+  def body; @body; end
   def header; @headers[@selected_type]; end
 
   def reply_body_lines m