From 0a7d3984f636ec244d6164be1c6af7c6c61c1875 Mon Sep 17 00:00:00 2001 From: wmorgan Date: Mon, 20 Aug 2007 23:30:22 +0000 Subject: [PATCH] stop faking subject. it's silly git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@539 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- lib/sup/message.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sup/message.rb b/lib/sup/message.rb index 850c558..d1aded0 100644 --- a/lib/sup/message.rb +++ b/lib/sup/message.rb @@ -80,7 +80,7 @@ class Message SIG_PATTERN = /(^-- ?$)|(^\s*----------+\s*$)|(^\s*_________+\s*$)|(^\s*--~--~-)/ MAX_SIG_DISTANCE = 15 # lines from the end - DEFAULT_SUBJECT = "(missing subject)" + DEFAULT_SUBJECT = "" DEFAULT_SENDER = "(missing sender)" attr_reader :id, :date, :from, :subj, :refs, :replytos, :to, :source, -- 2.45.2