An attachment matching a regex for attachment counter. More...
Data Fields | |
| const char * | major |
| Major mime type, e.g. "text". | |
| enum ContentType | major_int |
| Major mime type, e.g. TYPE_TEXT. | |
| const char * | minor |
| Minor mime type, e.g. "html". | |
| regex_t | minor_regex |
| Minor mime type regex. | |
An attachment matching a regex for attachment counter.
Definition at line 48 of file commands.c.
| const char* AttachMatch::major |
Major mime type, e.g. "text".
Definition at line 50 of file commands.c.
| enum ContentType AttachMatch::major_int |
Major mime type, e.g. TYPE_TEXT.
Definition at line 51 of file commands.c.
| const char* AttachMatch::minor |
Minor mime type, e.g. "html".
Definition at line 52 of file commands.c.
| regex_t AttachMatch::minor_regex |
Minor mime type regex.
Definition at line 53 of file commands.c.