NeoMutt  2025-12-11-911-gd8d604
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 MenuDefinitionmenu_index
 Index menu definition.
 
struct MenuDefinitionmenu_list
 Mailing-list action menu definition.
 
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.

◆ menu_index

struct MenuDefinition* IndexModuleData::menu_index

Index menu definition.

Definition at line 34 of file module_data.h.

◆ menu_list

struct MenuDefinition* IndexModuleData::menu_list

Mailing-list action menu definition.

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: