NeoMutt  2025-12-11-117-gc1a713
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Score Struct Reference

Scoring rule for email. More...

+ Collaboration diagram for Score:

Data Fields

char * str
 String to match.
 
struct PatternList * pat
 Pattern to match.
 
int val
 Score to add.
 
bool exact
 If this rule matches, don't evaluate any more.
 
struct Scorenext
 Linked list.
 

Detailed Description

Scoring rule for email.

Definition at line 51 of file score.c.

Field Documentation

◆ str

char* Score::str

String to match.

Definition at line 53 of file score.c.

◆ pat

struct PatternList* Score::pat

Pattern to match.

Definition at line 54 of file score.c.

◆ val

int Score::val

Score to add.

Definition at line 55 of file score.c.

◆ exact

bool Score::exact

If this rule matches, don't evaluate any more.

Definition at line 56 of file score.c.

◆ next

struct Score* Score::next

Linked list.

Definition at line 57 of file score.c.


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