NeoMutt
2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Toggle main menu visibility
Loading...
Searching...
No Matches
module_data.h
Go to the documentation of this file.
1
22
23
#ifndef MUTT_ENVELOPE_MODULE_DATA_H
24
#define MUTT_ENVELOPE_MODULE_DATA_H
25
26
#include "
private.h
"
27
31
struct
EnvelopeModuleData
32
{
33
struct
Notify
*
notify
;
34
int
header_padding
[
HDR_ATTACH_TITLE
];
35
int
max_header_width
;
36
};
37
38
#endif
/* MUTT_ENVELOPE_MODULE_DATA_H */
private.h
Private Envelope Data.
HDR_ATTACH_TITLE
@ HDR_ATTACH_TITLE
The "-- Attachments" line.
Definition
private.h:49
EnvelopeModuleData
Envelope private Module data.
Definition
module_data.h:32
EnvelopeModuleData::notify
struct Notify * notify
Notifications.
Definition
module_data.h:33
EnvelopeModuleData::header_padding
int header_padding[HDR_ATTACH_TITLE]
Width of each header prompt.
Definition
module_data.h:34
EnvelopeModuleData::max_header_width
int max_header_width
Width of the widest header.
Definition
module_data.h:35
Notify
Notification API.
Definition
notify.c:53