NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Hook Struct Reference

A list of user hooks. More...

+ Collaboration diagram for Hook:

Data Fields

HookFlags type
 Hook type.
 
struct Regex regex
 Regular expression.
 
char * command
 Filename, command or pattern to execute.
 
char * source_file
 Used for relative-directory source.
 
struct PatternList * pattern
 Used for fcc,save,send-hook.
 
struct Expandoexpando
 Used for format hooks.
 

Detailed Description

A list of user hooks.

Definition at line 67 of file hook.c.

Field Documentation

◆ type

HookFlags Hook::type

Hook type.

Definition at line 69 of file hook.c.

◆ regex

struct Regex Hook::regex

Regular expression.

Definition at line 70 of file hook.c.

◆ command

char* Hook::command

Filename, command or pattern to execute.

Definition at line 71 of file hook.c.

◆ source_file

char* Hook::source_file

Used for relative-directory source.

Definition at line 72 of file hook.c.

◆ pattern

struct PatternList* Hook::pattern

Used for fcc,save,send-hook.

Definition at line 73 of file hook.c.

◆ expando

struct Expando* Hook::expando

Used for format hooks.

Definition at line 74 of file hook.c.


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