# File lib/vmail/reply_template.rb, line 28 def primary_recipient reply_headers unless @orig_headers from = @orig_headers['from'] reply_to = @orig_headers['reply-to'] [ reply_to, from ].flatten.compact.map(&:to_s)[0] end