NeoMutt  2025-12-11-980-ge38c27
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_INDEX_MODULE_DATA_H
24#define MUTT_INDEX_MODULE_DATA_H
25
26#include "mutt/lib.h"
27
32{
33 struct Notify *notify;
35 struct SubMenu *sm_index;
36 struct ReplaceList subject_rx_list;
38};
39
40#endif /* MUTT_INDEX_MODULE_DATA_H */
Convenience wrapper for the library headers.
Index private Module data.
Definition module_data.h:32
struct MenuDefinition * md_index
Index Menu Definition.
Definition module_data.h:34
struct Notify * subject_rx_notify
Notifications: NotifySubjectRx.
Definition module_data.h:37
struct ReplaceList subject_rx_list
List of subject-regex rules for modifying the Subject:
Definition module_data.h:36
struct SubMenu * sm_index
Index functions.
Definition module_data.h:35
struct Notify * notify
Notifications.
Definition module_data.h:33
Functions for a Dialog or Window.
Definition menudef.h:44
Notification API.
Definition notify.c:53
Collection of related functions.
Definition menudef.h:33