put an indicator (*) in the message subject line for notification emails when the message body has been suppressed

This commit is contained in:
friendica 2014-08-14 17:24:39 -07:00
parent 1d6f494936
commit 9d2335ebc8
2 changed files with 2 additions and 1 deletions

View File

@ -471,6 +471,7 @@ function notification($params) {
break;
case NOTIFY_MAIL:
$datarray['textversion'] = $datarray['htmlversion'] = $datarray['title'] = '';
$datarray['subject'] = preg_replace('/' . preg_quote(t('[Red:Notify]')) . '/','$0*',$datarray['subject']);
break;
default:
break;

View File

@ -1 +1 @@
2014-08-13.766
2014-08-14.767