A list of user hooks. More...
#include "hook.h"
Public Member Functions | |
| TAILQ_ENTRY (Hook) entries | |
| Linked list. | |
Data Fields | |
| enum CommandId | id |
| Hook CommandId, e.g. CMD_FOLDER_HOOK. | |
| 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 Expando * | expando |
| Used for format hooks. | |
| Hook::TAILQ_ENTRY | ( | Hook | ) |
Linked list.
| struct PatternList* Hook::pattern |