Config used by libautocrypt. More...
#include "config.h"#include <stdbool.h>#include <stddef.h>#include "private.h"#include "config/lib.h"#include "expando/lib.h"
Include dependency graph for config.c:Go to the source code of this file.
Functions | |
| bool | config_init_autocrypt (struct ConfigSet *cs) |
| Register autocrypt config variables - Implements module_init_config_t -. | |
Variables | |
| char * | AutocryptSignAs = NULL |
| Autocrypt Key id to sign as. | |
| char * | AutocryptDefaultKey = NULL |
| Autocrypt default key id (used for postponing messages) | |
| static const struct ExpandoDefinition | AutocryptFormatDef [] |
| Expando definitions. | |
| static struct ConfigDef | AutocryptVars [] |
| Config definitions for the autocrypt library. | |
Config used by libautocrypt.
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.
| char* AutocryptDefaultKey = NULL |
|
static |
Expando definitions.
Config:
Definition at line 47 of file config.c.
|
static |
Config definitions for the autocrypt library.
Definition at line 64 of file config.c.