NeoMutt  2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
ConfigSubset Struct Reference

A set of inherited config items. More...

#include "subset.h"

Collaboration diagram for ConfigSubset:

Data Fields

const char * name
 Scope name of Subset.
enum ConfigScope scope
 Scope of Subset, e.g. SET_SCOPE_ACCOUNT.
struct ConfigSubsetparent
 Parent Subset.
struct ConfigSetcs
 Parent ConfigSet.
struct Notifynotify
 Notifications: NotifyConfig, EventConfig.

Detailed Description

A set of inherited config items.

Definition at line 45 of file subset.h.

Field Documentation

◆ name

const char* ConfigSubset::name

Scope name of Subset.

Definition at line 47 of file subset.h.

◆ scope

enum ConfigScope ConfigSubset::scope

Scope of Subset, e.g. SET_SCOPE_ACCOUNT.

Definition at line 48 of file subset.h.

◆ parent

struct ConfigSubset* ConfigSubset::parent

Parent Subset.

Definition at line 49 of file subset.h.

◆ cs

struct ConfigSet* ConfigSubset::cs

Parent ConfigSet.

Definition at line 50 of file subset.h.

◆ notify

struct Notify* ConfigSubset::notify

Notifications: NotifyConfig, EventConfig.

Definition at line 51 of file subset.h.


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