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

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

#include "private.h"

Data Fields

int 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 74 of file private.h.

Field Documentation

◆ tag

int PatternFlags::tag

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

Definition at line 76 of file private.h.

◆ op

int PatternFlags::op

Operation to perform, e.g. MUTT_PAT_SCORE.

Definition at line 77 of file private.h.

◆ flags

PatternCompFlags PatternFlags::flags

Pattern flags, e.g. MUTT_PC_FULL_MSG.

Definition at line 78 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 80 of file private.h.

◆ desc

char* PatternFlags::desc

Description of flag.

Definition at line 81 of file private.h.


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