Config used by libncrypt. More...
#include "config.h"
#include <stddef.h>
#include <config/lib.h>
#include <stdbool.h>
#include "mutt/lib.h"
Go to the source code of this file.
Functions | |
bool | config_init_ncrypt (struct ConfigSet *cs) |
Register ncrypt config variables - Implements module_init_config_t -. More... | |
Variables | |
static const struct Mapping | SortKeyMethods [] |
Sort methods for encryption keys. More... | |
static struct ConfigDef | NcryptVars [] |
Config definitions for the encryption library. More... | |
static struct ConfigDef | NcryptVarsGpgme [] |
GPGME Config definitions for the encryption library. More... | |
static struct ConfigDef | NcryptVarsPgp [] |
PGP Config definitions for the encryption library. More... | |
static struct ConfigDef | NcryptVarsSmime [] |
SMIME Config definitions for the encryption library. More... | |
Config used by libncrypt.
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 config.c.
|
static |
Sort methods for encryption keys.
|
static |
|
static |
GPGME Config definitions for the encryption library.
|
static |