Container for Accounts, Notifications. More...
#include "neomutt.h"
Data Fields | |
| const struct Module * | modules [MODULE_ID_MAX] |
| Library modules. | |
| void * | module_data [MODULE_ID_MAX] |
| Private library module data. | |
| struct Notify * | notify |
| Notifications handler. | |
| struct Notify * | notify_resize |
| Window resize notifications handler. | |
| struct Notify * | notify_timeout |
| Timeout notifications handler. | |
| struct ConfigSet * | cs |
| Config set. | |
| struct ConfigSubset * | sub |
| Inherited config items. | |
| struct AccountArray | accounts |
| All Accounts. | |
| locale_t | time_c_locale |
| Current locale but LC_TIME=C. | |
| mode_t | user_default_umask |
| User's default file writing permissions (inferred from umask). | |
| struct CommandArray | commands |
| NeoMutt commands. | |
| char * | home_dir |
| User's home directory. | |
| char * | username |
| User's login name. | |
| char ** | env |
| Private copy of the environment variables. | |
| const struct Module* NeoMutt::modules[MODULE_ID_MAX] |
| void* NeoMutt::module_data[MODULE_ID_MAX] |
| struct Notify* NeoMutt::notify_resize |
| struct Notify* NeoMutt::notify_timeout |
| struct ConfigSubset* NeoMutt::sub |
| locale_t NeoMutt::time_c_locale |
| mode_t NeoMutt::user_default_umask |
| char** NeoMutt::env |