NeoMutt  2025-04-04-8-g381e07
Teaching an old dog new tricks
DOXYGEN
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
PatternFlags Struct Reference

Mapping between user character and internal constant. More...

#include "private.h"

Data Fields

char tag
 Character used to represent this operation, e.g. 'A' for '~A'.
 
int op
 Operation to perform, e.g. MUTT_PAT_SCORE.
 
PatternCompFlags flags
 Pattern flags, e.g. MUTT_PC_FULL_MSG.
 
enum PatternEat eat_arg
 Type of function needed to parse flag, e.g. EAT_DATE.
 
char * desc
 Description of flag.
 

Detailed Description

Mapping between user character and internal constant.

Definition at line 63 of file private.h.

Field Documentation

◆ tag

char PatternFlags::tag

Character used to represent this operation, e.g. 'A' for '~A'.

Definition at line 65 of file private.h.

◆ op

int PatternFlags::op

Operation to perform, e.g. MUTT_PAT_SCORE.

Definition at line 66 of file private.h.

◆ flags

PatternCompFlags PatternFlags::flags

Pattern flags, e.g. MUTT_PC_FULL_MSG.

Definition at line 67 of file private.h.

◆ eat_arg

enum PatternEat PatternFlags::eat_arg

Type of function needed to parse flag, e.g. EAT_DATE.

Definition at line 69 of file private.h.

◆ desc

char* PatternFlags::desc

Description of flag.

Definition at line 70 of file private.h.


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