From 71951f03846a677d95b437e46c8f4851b1b78655 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 15 Aug 2018 21:50:41 +0100 Subject: [PATCH] Rename method. Fix PHP 5.6 error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19abece..80edd8f 100644 --- a/README.md +++ b/README.md @@ -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