NeoMutt  2024-04-25-1-g3de005
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
enriched.h
Go to the documentation of this file.
1
23#ifndef MUTT_ENRICHED_H
24#define MUTT_ENRICHED_H
25
26struct Body;
27struct State;
28
29int text_enriched_handler(struct Body *b_email, struct State *state);
30
31#endif /* MUTT_ENRICHED_H */
int text_enriched_handler(struct Body *b_email, struct State *state)
Handler for enriched text - Implements handler_t -.
Definition: enriched.c:466
The body of an email.
Definition: body.h:36
Keep track when processing files.
Definition: state.h:48