summaryrefslogtreecommitdiff
path: root/app/mailers/notify.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/mailers/notify.rb')
-rw-r--r--app/mailers/notify.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/mailers/notify.rb b/app/mailers/notify.rb
index 0bc1c19e9cd..589ac2a9885 100644
--- a/app/mailers/notify.rb
+++ b/app/mailers/notify.rb
@@ -136,7 +136,7 @@ class Notify < BaseMailer
# with headers suitable for grouping by thread in email clients.
#
# See: mail_answer_thread
- def mail_new_thread(model, headers = {})
+ def mail_new_discussion(model, headers = {})
headers['Message-ID'] = message_id(model)
mail_thread(model, headers)