lib/vmail/reply_templating.rb in vmail-1.9.3 vs lib/vmail/reply_templating.rb in vmail-1.9.4

- old
+ new

@@ -23,10 +23,10 @@ reply_quote_header = date ? "On #{date.strftime('%a, %b %d, %Y at %I:%M %p')}, #{sender} wrote:\n\n" : "#{sender} wrote:\n" reply_body = reply_quote_header + divider('-') + (current_message.plaintext.split(/^-+$/,2)[1]) { - 'message-id' => current_message.message_id, + 'references' => current_message.message_id, 'from' => "#@name <#@username>", 'to' => reply_recipient, 'cc' => reply_cc, 'bcc' => @always_bcc, 'subject' => reply_subject,