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_INDEX_MODULE_DATA_H
24#define MUTT_INDEX_MODULE_DATA_H
25
26#include "mutt/lib.h"
27
39
40#endif /* MUTT_INDEX_MODULE_DATA_H */
Convenience wrapper for the library headers.
Index private Module data.
Definition module_data.h:32
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 Notify * notify
Notifications.
Definition module_data.h:33
struct MenuDefinition * menu_index
Index menu definition.
Definition module_data.h:34
struct MenuDefinition * menu_list
Mailing-list action menu definition.
Definition module_data.h:35
Functions for a Dialog or Window.
Definition menu.h:77
Notification API.
Definition notify.c:53