NeoMutt  2025-12-11-911-gd8d604
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
CommandsModuleData Struct Reference

Commands private Module data. More...

#include "module_data.h"

+ Collaboration diagram for CommandsModuleData:

Data Fields

struct Notifynotify
 Notifications.
 
struct ListHead muttrc_stack
 LIFO of sourced config files (avoid cycles)
 

Detailed Description

Commands private Module data.

Definition at line 31 of file module_data.h.

Field Documentation

◆ notify

struct Notify* CommandsModuleData::notify

Notifications.

Definition at line 33 of file module_data.h.

◆ muttrc_stack

struct ListHead CommandsModuleData::muttrc_stack

LIFO of sourced config files (avoid cycles)

Definition at line 34 of file module_data.h.


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