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

Scoring rule for email. More...

#include "score.h"

+ 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 37 of file score.h.

Field Documentation

◆ str

char* Score::str

String to match.

Definition at line 39 of file score.h.

◆ pat

struct PatternList* Score::pat

Pattern to match.

Definition at line 40 of file score.h.

◆ val

int Score::val

Score to add.

Definition at line 41 of file score.h.

◆ exact

bool Score::exact

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

Definition at line 42 of file score.h.

◆ next

struct Score* Score::next

Linked list.

Definition at line 43 of file score.h.


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