NeoMutt  2025-12-11-911-gd8d604
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
SendModuleData Struct Reference

Send private Module data. More...

#include "module_data.h"

+ Collaboration diagram for SendModuleData:

Data Fields

struct Notifynotify
 Notifications.
 
struct ListHead user_header
 Custom headers to add to outgoing emails.
 
volatile sig_atomic_t sig_alrm
 true after SIGALRM is received
 

Detailed Description

Send private Module data.

Definition at line 32 of file module_data.h.

Field Documentation

◆ notify

struct Notify* SendModuleData::notify

Notifications.

Definition at line 34 of file module_data.h.

◆ user_header

struct ListHead SendModuleData::user_header

Custom headers to add to outgoing emails.

Definition at line 35 of file module_data.h.

◆ sig_alrm

volatile sig_atomic_t SendModuleData::sig_alrm

true after SIGALRM is received

Definition at line 36 of file module_data.h.


The documentation for this struct was generated from the following file: