]> git.cworth.org Git - sup/commitdiff
stop faking subject. it's silly
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 20 Aug 2007 23:30:22 +0000 (23:30 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 20 Aug 2007 23:30:22 +0000 (23:30 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@539 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/message.rb

index 850c5584c70f3d7bc1b335cad9464a8b8358c765..d1aded0dee22aeaa6f30908d3cf04731fbf447c6 100644 (file)
@@ -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,