NeoMutt  2024-02-01-35-geee02f
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
PatternCache Struct Reference

Cache commonly-used patterns. More...

#include "lib.h"

Data Fields

int list_all
 ^~l
 
int list_one
 ~l
 
int sub_all
 ^~u
 
int sub_one
 ~u
 
int pers_recip_all
 ^~p
 
int pers_recip_one
 ~p
 
int pers_from_all
 ^~P
 
int pers_from_one
 ~P
 

Detailed Description

Cache commonly-used patterns.

This is used when a message is repeatedly pattern matched against. e.g. for color, scoring, hooks. It caches a few of the potentially slow operations. Each entry has a value of 0 = unset, 1 = false, 2 = true

Definition at line 116 of file lib.h.

Field Documentation

◆ list_all

int PatternCache::list_all

^~l

Definition at line 118 of file lib.h.

◆ list_one

int PatternCache::list_one

~l

Definition at line 119 of file lib.h.

◆ sub_all

int PatternCache::sub_all

^~u

Definition at line 120 of file lib.h.

◆ sub_one

int PatternCache::sub_one

~u

Definition at line 121 of file lib.h.

◆ pers_recip_all

int PatternCache::pers_recip_all

^~p

Definition at line 122 of file lib.h.

◆ pers_recip_one

int PatternCache::pers_recip_one

~p

Definition at line 123 of file lib.h.

◆ pers_from_all

int PatternCache::pers_from_all

^~P

Definition at line 124 of file lib.h.

◆ pers_from_one

int PatternCache::pers_from_one

~P

Definition at line 125 of file lib.h.


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