NeoMutt  2023-11-03-85-g512e01
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
39#ifndef MUTT_MIXMASTER_LIB_H
40#define MUTT_MIXMASTER_LIB_H
41
42struct Email;
43struct ListHead;
44
45int mix_send_message(struct ListHead *chain, const char *tempfile);
46int mix_check_message(struct Email *e);
47
48void dlg_mixmaster(struct ListHead *chainhead);
49
50#endif /* MUTT_MIXMASTER_LIB_H */
void dlg_mixmaster(struct ListHead *chainhead)
Create a Mixmaster chain -.
int mix_send_message(struct ListHead *chain, const char *tempfile)
Send an email via Mixmaster.
Definition: mixmaster.c:101
int mix_check_message(struct Email *e)
Safety-check the message before passing it to mixmaster.
Definition: mixmaster.c:50
The envelope/body of an email.
Definition: email.h:37