Prototype for a Autocrypt Function. More...
Functions | |
| static int | op_autocrypt_create_acct (struct AutocryptData *ad, const struct KeyEvent *event) |
| Create a new autocrypt account - Implements autocrypt_function_t -. | |
| static int | op_autocrypt_delete_acct (struct AutocryptData *ad, const struct KeyEvent *event) |
| Delete the current account - Implements autocrypt_function_t -. | |
| static int | op_autocrypt_toggle_enabled (struct AutocryptData *ad, const struct KeyEvent *event) |
| Toggle the current account enabled/disabled - Implements autocrypt_function_t -. | |
| static int | op_autocrypt_toggle_prefer (struct AutocryptData *ad, const struct KeyEvent *event) |
| Toggle the current account prefer-encrypt flag - Implements autocrypt_function_t -. | |
| static int | op_quit (struct AutocryptData *ad, const struct KeyEvent *event) |
| Save changes and exit this dialog - Implements autocrypt_function_t -. | |
Prototype for a Autocrypt Function.
| menu | Menu |
| event | Event to process |
| enum | FunctionRetval |
|
static |
Create a new autocrypt account - Implements autocrypt_function_t -.
Definition at line 138 of file functions.c.
|
static |
Delete the current account - Implements autocrypt_function_t -.
Definition at line 149 of file functions.c.
|
static |
Toggle the current account enabled/disabled - Implements autocrypt_function_t -.
Definition at line 175 of file functions.c.
|
static |
Toggle the current account prefer-encrypt flag - Implements autocrypt_function_t -.
Definition at line 195 of file functions.c.
|
static |
Save changes and exit this dialog - Implements autocrypt_function_t -.
Definition at line 215 of file functions.c.