NeoMutt
2024-10-02-37-gfa9146
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
26
struct
Body
;
27
struct
State
;
28
29
int
text_enriched_handler
(
struct
Body
*b_email,
struct
State
*state);
30
31
#endif
/* MUTT_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:466
Body
The body of an email.
Definition:
body.h:36
State
Keep track when processing files.
Definition:
state.h:48