NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
AttachMatch Struct Reference

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.
 

Detailed Description

An attachment matching a regex for attachment counter.

Definition at line 48 of file attachments.c.

Field Documentation

◆ major

const char* AttachMatch::major

Major mime type, e.g. "text".

Definition at line 50 of file attachments.c.

◆ major_int

enum ContentType AttachMatch::major_int

Major mime type, e.g. TYPE_TEXT.

Definition at line 51 of file attachments.c.

◆ minor

const char* AttachMatch::minor

Minor mime type, e.g. "html".

Definition at line 52 of file attachments.c.

◆ minor_regex

regex_t AttachMatch::minor_regex

Minor mime type regex.

Definition at line 53 of file attachments.c.


The documentation for this struct was generated from the following file: