Prototype for an Address Test function. More...
Functions | |
| bool | mutt_is_mail_list (const struct Address *addr) |
| Is this the email address of a mailing list? | |
| bool | mutt_is_subscribed_list (const struct Address *addr) |
| Is this the email address of a user-subscribed mailing list? | |
Prototype for an Address Test function.
| a | Address to test |
| true | Address matches the test |
| bool mutt_is_mail_list | ( | const struct Address * | addr | ) |
Is this the email address of a mailing list?
| addr | Address to test |
| true | It's a mailing list |
Definition at line 46 of file maillist.c.
| bool mutt_is_subscribed_list | ( | const struct Address * | addr | ) |
Is this the email address of a user-subscribed mailing list?
| addr | Address to test |
| true | It's a subscribed mailing list |
Definition at line 61 of file maillist.c.