NeoMutt  2025-12-11-694-ga89709
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
FuzzyOptions Struct Reference

Options for fuzzy matching. More...

#include "lib.h"

Data Fields

bool case_sensitive
 Match case exactly.
 
bool smart_case
 Auto case-sensitive if pattern has uppercase.
 
bool prefer_prefix
 Extra weight for prefix matches.
 
int max_pattern
 Safety bound (<=0 = default 256, capped at 256)
 

Detailed Description

Options for fuzzy matching.

Definition at line 86 of file lib.h.

Field Documentation

◆ case_sensitive

bool FuzzyOptions::case_sensitive

Match case exactly.

Definition at line 88 of file lib.h.

◆ smart_case

bool FuzzyOptions::smart_case

Auto case-sensitive if pattern has uppercase.

Definition at line 89 of file lib.h.

◆ prefer_prefix

bool FuzzyOptions::prefer_prefix

Extra weight for prefix matches.

Definition at line 90 of file lib.h.

◆ max_pattern

int FuzzyOptions::max_pattern

Safety bound (<=0 = default 256, capped at 256)

Definition at line 91 of file lib.h.


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