NeoMutt  2025-12-11-980-ge38c27
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
IndexModuleData Struct Reference

Index private Module data. More...

#include "module_data.h"

+ Collaboration diagram for IndexModuleData:

Data Fields

struct Notifynotify
 Notifications.
 
struct MenuDefinitionmd_index
 Index Menu Definition.
 
struct SubMenusm_index
 Index functions.
 
struct ReplaceList subject_rx_list
 List of subject-regex rules for modifying the Subject:
 
struct Notifysubject_rx_notify
 Notifications: NotifySubjectRx.
 

Detailed Description

Index private Module data.

Definition at line 31 of file module_data.h.

Field Documentation

◆ notify

struct Notify* IndexModuleData::notify

Notifications.

Definition at line 33 of file module_data.h.

◆ md_index

struct MenuDefinition* IndexModuleData::md_index

Index Menu Definition.

Definition at line 34 of file module_data.h.

◆ sm_index

struct SubMenu* IndexModuleData::sm_index

Index functions.

Definition at line 35 of file module_data.h.

◆ subject_rx_list

struct ReplaceList IndexModuleData::subject_rx_list

List of subject-regex rules for modifying the Subject:

Definition at line 36 of file module_data.h.

◆ subject_rx_notify

struct Notify* IndexModuleData::subject_rx_notify

Notifications: NotifySubjectRx.

Definition at line 37 of file module_data.h.


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