24#ifndef MUTT_EXPANDO_DEFINITION_H
25#define MUTT_EXPANDO_DEFINITION_H
43#define EP_CONDITIONAL (1 << 0)
44#define EP_NO_CUSTOM_PARSE (1 << 1)
ExpandoDataType
Type of data.
@ E_TYPE_STRING
Data is a string.
@ E_TYPE_NUMBER
Data is numeric.
uint8_t ExpandoParserFlags
Flags for expando_parse(), e.g. EP_CONDITIONAL.
Definition of a format string.
short uid
Unique ID in domain.
const char * long_name
Long Expando name, e.g. "name".
enum ExpandoDataType data_type
Type of data.
const char * short_name
Short Expando name, e.g. "n".
Buffer for parsing errors.