Rename method. Fix PHP 5.6 error

This commit is contained in:
Oliver Davies 2018-08-15 21:50:41 +01:00
parent d112fce009
commit 71951f0384

View file

@ -55,7 +55,7 @@ _Conditions that a message must satisfy for the filter to be applied:_
- `to` - if the message is to a certain name or email address.
- `subject` - if the message has a certain subject.
- `hasAttachment` - if the message has an attachment.
- `list` - if the message is from a mailing list.
- `fromList` - if the message is from a mailing list.
- `excludeChats` - exclude chats from the results (false by default).
### Actions