NeoMutt
2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
38
39
#ifndef MUTT_HOOKS_LIB_H
40
#define MUTT_HOOKS_LIB_H
41
42
// IWYU pragma: begin_keep
43
#include "
commands.h
"
44
#include "
dump.h
"
45
#include "
exec.h
"
46
#include "
hook.h
"
47
#include "
parse.h
"
48
// IWYU pragma: end_keep
49
50
#endif
/* MUTT_HOOKS_LIB_H */
exec.h
Execute user-defined Hooks.
hook.h
User-defined Hooks.
commands.h
Hook Commands.
dump.h
Dump the Hooks to the Pager.
parse.h
Parse user-defined Hooks.