Definition of the Ncrypt 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 dependency graph for module.c:Go to the source code of this file.
Functions | |
| static bool | ncrypt_init (struct NeoMutt *n) |
| Initialise a Module - Implements Module::init() | |
| static bool | ncrypt_config_define_variables (struct NeoMutt *n, struct ConfigSet *cs) |
| Define the Config Variables - Implements Module::config_define_variables() | |
| static bool | ncrypt_cleanup (struct NeoMutt *n) |
| Clean up a Module - Implements Module::cleanup() | |
Variables | |
| struct ConfigDef | NcryptVars [] |
| Config definitions for the encryption library. | |
| struct ConfigDef | NcryptVarsGpgme [] |
| GPGME Config definitions for the encryption library. | |
| struct ConfigDef | NcryptVarsPgp [] |
| PGP Config definitions for the encryption library. | |
| struct ConfigDef | NcryptVarsSmime [] |
| SMIME Config definitions for the encryption library. | |
| const struct Module | ModuleNcrypt |
| Module for the Ncrypt library. | |
Definition of the Ncrypt 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.
Define the Config Variables - Implements Module::config_define_variables()
Definition at line 56 of file module.c.
Here is the call graph for this function:
|
static |
Clean up a Module - Implements Module::cleanup()
Definition at line 80 of file module.c.
|
extern |
Config definitions for the encryption library.
Definition at line 110 of file config.c.
|
extern |
|
extern |
PGP Config definitions for the encryption library.
Definition at line 301 of file config.c.
|
extern |
SMIME Config definitions for the encryption library.
Definition at line 371 of file config.c.
| const struct Module ModuleNcrypt |
Module for the Ncrypt library.
Definition at line 92 of file module.c.