Container for Accounts, Notifications
| Data | Description | Links |
|---|---|---|
| NeoMutt | Global NeoMutt object |
| Function | Description | Links |
|---|---|---|
| cleanup_modules() | Clean up each of the Modules | |
| init_commands() | Initialise the NeoMutt commands | |
| init_config() | Initialise the config system | |
| init_env() | Initialise the Environment | |
| init_locale() | Initialise the Locale/NLS settings | |
| init_modules() | Initialise the Modules | |
| localise_config() | Localise some config | |
| mutt_file_fopen_masked_full() | Wrapper around mutt_file_fopen_full() | |
| neomutt_account_add() | Add an Account to the global list | |
| neomutt_account_remove() | Remove an Account from the global list | |
| neomutt_accounts_free() | - Free all the Accounts | |
| neomutt_cleanup() | Clean up NeoMutt and Modules | |
| neomutt_free() | Free a NeoMutt | |
| neomutt_get_module_data() | Get the private data for a Module | |
| neomutt_init() | Initialise NeoMutt | |
| neomutt_mailboxes_get() | Get an Array of matching Mailboxes | |
| neomutt_new() | Create the main NeoMutt object | |
| neomutt_set_module_data() | Set the private data for a Module | |
| reset_tilde() | Temporary measure |