sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 031828918cf0e4879860d66179e95d3bff9a7685
parent 4ab181a0665da2112394e09cb35e7a25b68543d1
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Sat, 13 Jan 2007 00:51:20 +0000

bugfix for sig lines


git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@250 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Diffstat:
M lib/sup/modes/reply-mode.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/sup/modes/reply-mode.rb b/lib/sup/modes/reply-mode.rb
@@ -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