From mboxrd@z Thu Jan 1 00:00:00 1970 From: marka@pobox.com (Mark Alexander) Date: Sat, 23 May 2009 11:19:03 -0700 Subject: [sup-talk] [PATCH] Use terminal width instead of hardcoded 80 as the wrap length. Message-ID: <1243102667-sup-6007@r50p> --- lib/sup/message-chunks.rb | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/sup/message-chunks.rb b/lib/sup/message-chunks.rb index 1bf7796..a463fd4 100644 --- a/lib/sup/message-chunks.rb +++ b/lib/sup/message-chunks.rb @@ -41,7 +41,6 @@ end module Redwood module Chunk - WRAP_LEN = 80 # wrap messages and text attachments at this width class Attachment HookManager.register "mime-decode", < 1 && @lines[-1] =~ /^\s*$/ && @lines[-2] =~ /^\s*$/ -- 1.5.6.3