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

Sidebar private Module data. More...

#include "module_data.h"

+ Collaboration diagram for SidebarModuleData:

Data Fields

struct Notifynotify
 Notifications.
 
struct MenuDefinitionmd_sidebar
 Sidebar Menu Definition.
 
struct SubMenusm_sidebar
 Sidebar functions.
 
struct ListHead sidebar_pinned
 List of mailboxes to always display in the sidebar.
 

Detailed Description

Sidebar private Module data.

Definition at line 31 of file module_data.h.

Field Documentation

◆ notify

struct Notify* SidebarModuleData::notify

Notifications.

Definition at line 33 of file module_data.h.

◆ md_sidebar

struct MenuDefinition* SidebarModuleData::md_sidebar

Sidebar Menu Definition.

Definition at line 34 of file module_data.h.

◆ sm_sidebar

struct SubMenu* SidebarModuleData::sm_sidebar

Sidebar functions.

Definition at line 35 of file module_data.h.

◆ sidebar_pinned

struct ListHead SidebarModuleData::sidebar_pinned

List of mailboxes to always display in the sidebar.

Definition at line 36 of file module_data.h.


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