NeoMutt
2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
module_data.h
Go to the documentation of this file.
1
22
23
#ifndef MUTT_SEND_MODULE_DATA_H
24
#define MUTT_SEND_MODULE_DATA_H
25
26
#include "
mutt/lib.h
"
27
31
struct
SendModuleData
32
{
33
struct
ListHead
user_header
;
34
};
35
36
#endif
/* MUTT_SEND_MODULE_DATA_H */
lib.h
Convenience wrapper for the library headers.
SendModuleData
Send private Module data.
Definition
module_data.h:32
SendModuleData::user_header
struct ListHead user_header
Custom headers to add to outgoing emails.
Definition
module_data.h:33