fix #1227 email Date header, bug from 4dd0fe8

This commit is contained in:
Peter Bhat Harkins 2023-12-04 09:11:47 -06:00
parent 8722f4229c
commit ff34ce9872
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ if __FILE__ == $PROGRAM_NAME
refs = ["<#{c.story.mailing_list_message_id}>"] +
c.parents.map(&:mailing_list_message_id)
mail.print "References: #{refs.join(" ")}"
mail.puts "References: #{refs.join(" ")}"
mail.puts "Date: " << c.created_at.strftime("%a, %d %b %Y %H:%M:%S %z")
mail.puts "Subject: " << story_subject(c.story, "Re: ")