aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/quoting.rb
diff options
context:
space:
mode:
authorAdam <kohnkecomm@Adam-iMac.local>2008-05-23 10:40:36 -0700
committerPratik Naik <pratiknaik@gmail.com>2008-05-29 10:38:00 +0100
commitcf6299dbd73a8cb6d74265df03d01abe885e686a (patch)
treee54c80862aa91a2ca8fcf48d4d0775bad0bac912 /actionmailer/lib/action_mailer/quoting.rb
parentabb1bd2efa43b8efbb3faf4ccfb9246704a9044c (diff)
downloadrails-cf6299dbd73a8cb6d74265df03d01abe885e686a.tar.gz
rails-cf6299dbd73a8cb6d74265df03d01abe885e686a.tar.bz2
rails-cf6299dbd73a8cb6d74265df03d01abe885e686a.zip
Add ActionMailer#reply_to. [#245 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
Diffstat (limited to 'actionmailer/lib/action_mailer/quoting.rb')
-rw-r--r--actionmailer/lib/action_mailer/quoting.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/lib/action_mailer/quoting.rb b/actionmailer/lib/action_mailer/quoting.rb
index b222432787..a2f2c70799 100644
--- a/actionmailer/lib/action_mailer/quoting.rb
+++ b/actionmailer/lib/action_mailer/quoting.rb
@@ -40,7 +40,7 @@ module ActionMailer
# regular email address, or it can be a phrase followed by an address in
# brackets. The phrase is the only part that will be quoted, and only if
# it needs to be. This allows extended characters to be used in the
- # "to", "from", "cc", and "bcc" headers.
+ # "to", "from", "cc", "bcc" and "reply-to" headers.
def quote_address_if_necessary(address, charset)
if Array === address
address.map { |a| quote_address_if_necessary(a, charset) }