Config used by libncrypt. More...
#include "config.h"#include <stdbool.h>#include <stddef.h>#include "private.h"#include "mutt/lib.h"#include "config/lib.h"#include "expando/lib.h"#include "pgp.h"#include "pgplib.h"#include "smime.h"#include "sort.h"
Include dependency graph for config.c:Go to the source code of this file.
Functions | |
| struct ExpandoNode * | parse_pgp_date (const char *str, struct ExpandoFormat *fmt, int did, int uid, ExpandoParserFlags flags, const char **parsed_until, struct ExpandoParseError *err) |
| Parse a Date Expando - Implements ExpandoDefinition::parse() -. | |
| bool | config_init_ncrypt (struct ConfigSet *cs) |
| Register ncrypt config variables - Implements module_init_config_t -. | |
Variables | |
| static const struct Mapping | KeySortMethods [] |
| Sort methods for encryption keys. | |
| static const struct ExpandoDefinition | PgpEntryFormatDef [] |
| Expando definitions. | |
| static struct ConfigDef | NcryptVars [] |
| Config definitions for the encryption library. | |
| static struct ConfigDef | NcryptVarsGpgme [] |
| GPGME Config definitions for the encryption library. | |
| static const struct ExpandoDefinition | PgpCommandFormatDef [] |
| Expando definitions. | |
| static const struct ExpandoDefinition | SmimeCommandFormatDef [] |
| Expando definitions. | |
| static struct ConfigDef | NcryptVarsPgp [] |
| PGP Config definitions for the encryption library. | |
| static struct ConfigDef | NcryptVarsSmime [] |
| SMIME Config definitions for the encryption library. | |
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.
Definition at line 47 of file config.c.
|
static |
Expando definitions.
Config:
Definition at line 81 of file config.c.
|
static |
Config definitions for the encryption library.
Definition at line 110 of file config.c.
|
static |
GPGME Config definitions for the encryption library.
Definition at line 222 of file config.c.
|
static |
Expando definitions.
Config:
Definition at line 254 of file config.c.
|
static |
Expando definitions.
Config:
Definition at line 282 of file config.c.
|
static |
PGP Config definitions for the encryption library.
Definition at line 301 of file config.c.
|
static |
SMIME Config definitions for the encryption library.
Definition at line 371 of file config.c.