mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-03-13 05:26:57 +00:00
Rename method. Fix PHP 5.6 error
This commit is contained in:
parent
d112fce009
commit
71951f0384
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue