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