From: wmorgan Date: Sat, 13 Jan 2007 00:51:20 +0000 (+0000) Subject: bugfix for sig lines X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=031828918cf0e4879860d66179e95d3bff9a7685;p=sup bugfix for sig lines git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@250 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/lib/sup/modes/reply-mode.rb b/lib/sup/modes/reply-mode.rb index b22f6ae..5f2de09 100644 --- 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