diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-09-11 22:37:37 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-09-11 22:37:37 -0400 |
commit | 57feeb566a0cb2c544545dbfc616437cae69b923 (patch) | |
tree | 75f7517469afd3d6f48a3c54c9377a7bebeb5693 /lib/mail.php | |
parent | c04987018cd6c845c6da7a92d9857d8c651f7022 (diff) |
Add a parameter named 'inreplyto' to the 'notice/new' page, so urls can inclue 'inreplyto' id's. Also add 'inreplyto' to the urls sent in emails.
Diffstat (limited to 'lib/mail.php')
-rw-r--r-- | lib/mail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mail.php b/lib/mail.php index df585406c..432b7b329 100644 --- a/lib/mail.php +++ b/lib/mail.php @@ -629,7 +629,7 @@ function mail_notify_attn($user, $notice) $notice->content,//%4 $conversationUrl,//%5 common_local_url('newnotice', - array('replyto' => $sender->nickname)),//%6 + array('replyto' => $sender->nickname, 'inreplyto' => $notice->id)),//%6 common_local_url('replies', array('nickname' => $user->nickname)),//%7 common_local_url('emailsettings'));//%8 |