Execute a Pattern
| Function | Description | Links |
|---|---|---|
| get_pattern_cache_value() | Get pattern cache value | |
| is_pattern_cache_set() | Is a given Pattern cached? | |
| match_addrlist() | match a pattern against an address list | |
| match_content_type() | Match a Pattern against an Attachment's Content-Type | |
| match_mime_content_type() | Match a Pattern against an email's Content-Type | |
| match_reference() | Match references against a Pattern | |
| match_tags() | match a pattern against a tags list | |
| match_threadchildren() | Match Pattern against an email's children | |
| match_threadcomplete() | Match a Pattern against an email thread | |
| match_threadparent() | Match Pattern against an email's parent | |
| match_update_dynamic_date() | Update a dynamic date pattern | |
| match_user() | Matches the user's email Address | |
| msg_search() | Search an email | |
| msg_search_sendmode() | Search in send-mode | |
| mutt_is_list_recipient() | Matches known mailing lists | |
| mutt_is_predicate_recipient() | Test an Envelopes Addresses using a predicate function | |
| mutt_is_subscribed_list_recipient() | Matches subscribed mailing lists | |
| mutt_pattern_alias_exec() | Match a pattern against an alias | |
| mutt_pattern_exec() | Match a pattern against an email header | |
| patmatch() | Compare a string to a Pattern | |
| pattern_exec() | Match a pattern against an email header | |
| pattern_needs_msg() | Check whether a pattern needs a full message | |
| perform_alias_and() | Perform a logical AND on a set of Patterns | |
| perform_alias_or() | Perform a logical OR on a set of Patterns | |
| perform_and() | Perform a logical AND on a set of Patterns | |
| perform_or() | Perform a logical OR on a set of Patterns | |
| print_crypt_pattern_op_error() | Print an error for a disabled crypto pattern | |
| set_pattern_cache_value() | Sets a value in the PatternCache cache entry |