Skip to content
Snippets Groups Projects
Commit 323bc859 authored by Jared Hancock's avatar Jared Hancock
Browse files

Allow filtering based on ticket body / initial message

parent 5d7d1506
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ class Filter {
"subject" => $email['subject'],
# XXX: Support reply-to too ?
"name" => $email['name'],
"body" => $email['body']
"body" => $email['message']
# XXX: Support headers
);
$how = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment