Definition of the Imap Module. More...
#include "config.h"#include <stdbool.h>#include <stddef.h>#include "config/lib.h"#include "core/lib.h"
Include dependency graph for module.c:Go to the source code of this file.
Functions | |
| static bool | imap_config_define_variables (struct NeoMutt *n, struct ConfigSet *cs) |
| Define the Config Variables - Implements Module::config_define_variables() | |
| static bool | imap_commands_register (struct NeoMutt *n, struct CommandArray *ca) |
| Register NeoMutt Commands - Implements Module::commands_register() | |
Variables | |
| struct ConfigDef | ImapVars [] |
| Config definitions for the IMAP library. | |
| struct ConfigDef | ImapVarsZlib [] |
| Config definitions for IMAP compression. | |
| const struct Command | ImapCommands [] |
| Imap Commands. | |
| const struct Module | ModuleImap |
| Module for the Imap library. | |
Definition of the Imap Module.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file module.c.
Define the Config Variables - Implements Module::config_define_variables()
Definition at line 43 of file module.c.
Here is the call graph for this function:
|
static |
Register NeoMutt Commands - Implements Module::commands_register()
Definition at line 57 of file module.c.
Here is the call graph for this function:
|
extern |
Config definitions for the IMAP library.
Definition at line 70 of file config.c.
|
extern |
|
extern |
Imap Commands.
Definition at line 186 of file imap.c.
| const struct Module ModuleImap |
Module for the Imap library.
Definition at line 65 of file module.c.