Definition of the Index Module. More...
#include "config.h"#include <stdbool.h>#include <stddef.h>#include "mutt/lib.h"#include "config/lib.h"#include "core/lib.h"#include "module_data.h"#include "subjectrx.h"
Include dependency graph for module.c:Go to the source code of this file.
Functions | |
| static bool | index_init (struct NeoMutt *n) |
| Initialise a Module - Implements Module::init() | |
| static bool | index_config_define_variables (struct NeoMutt *n, struct ConfigSet *cs) |
| Define the Config Variables - Implements Module::config_define_variables() | |
| static bool | index_commands_register (struct NeoMutt *n, struct CommandArray *ca) |
| Register NeoMutt Commands - Implements Module::commands_register() | |
| static bool | index_cleanup (struct NeoMutt *n) |
| Clean up a Module - Implements Module::cleanup() | |
Variables | |
| struct ConfigDef | IndexVars [] |
| Config definitions for the Index. | |
| const struct Command | IndexCommands [] |
| Index Commands. | |
| const struct Module | ModuleIndex |
| Module for the Index library. | |
Definition of the Index 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.
|
static |
Initialise a Module - Implements Module::init()
Definition at line 45 of file module.c.
Here is the call graph for this function:Define the Config Variables - Implements Module::config_define_variables()
Definition at line 57 of file module.c.
Here is the call graph for this function:
|
static |
Register NeoMutt Commands - Implements Module::commands_register()
Definition at line 65 of file module.c.
Here is the call graph for this function:
|
static |
Clean up a Module - Implements Module::cleanup()
Definition at line 73 of file module.c.
Here is the call graph for this function:
|
extern |
Config definitions for the Index.
Definition at line 87 of file config.c.
|
extern |
Index Commands.
Definition at line 38 of file commands.c.
| const struct Module ModuleIndex |
Module for the Index library.
Definition at line 87 of file module.c.