NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
NeoMutt Struct Reference

Container for Accounts, Notifications. More...

#include "neomutt.h"

+ Collaboration diagram for NeoMutt:

Data Fields

struct Notifynotify
 Notifications handler.
 
struct Notifynotify_resize
 Window resize notifications handler.
 
struct Notifynotify_timeout
 Timeout notifications handler.
 
struct ConfigSubsetsub
 Inherited config items.
 
struct AccountList accounts
 List of all Accounts.
 
locale_t time_c_locale
 Current locale but LC_TIME=C.
 

Detailed Description

Container for Accounts, Notifications.

Definition at line 40 of file neomutt.h.

Field Documentation

◆ notify

struct Notify* NeoMutt::notify

Notifications handler.

Definition at line 42 of file neomutt.h.

◆ notify_resize

struct Notify* NeoMutt::notify_resize

Window resize notifications handler.

Definition at line 43 of file neomutt.h.

◆ notify_timeout

struct Notify* NeoMutt::notify_timeout

Timeout notifications handler.

Definition at line 44 of file neomutt.h.

◆ sub

struct ConfigSubset* NeoMutt::sub

Inherited config items.

Definition at line 45 of file neomutt.h.

◆ accounts

struct AccountList NeoMutt::accounts

List of all Accounts.

Definition at line 46 of file neomutt.h.

◆ time_c_locale

locale_t NeoMutt::time_c_locale

Current locale but LC_TIME=C.

Definition at line 47 of file neomutt.h.


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