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