NeoMutt  2025-12-11-911-gd8d604
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_ENVELOPE_MODULE_DATA_H
24#define MUTT_ENVELOPE_MODULE_DATA_H
25
26#include "private.h"
27
37
38#endif /* MUTT_ENVELOPE_MODULE_DATA_H */
Private Envelope Data.
@ HDR_ATTACH_TITLE
The "-- Attachments" line.
Definition private.h:50
Envelope private Module data.
Definition module_data.h:32
struct Notify * notify
Notifications.
Definition module_data.h:33
int header_padding[HDR_ATTACH_TITLE]
Width of each header prompt.
Definition module_data.h:34
int max_header_width
Width of the widest header.
Definition module_data.h:35
Notification API.
Definition notify.c:53