|
static int | pgp_sort_address (const void *a, const void *b, void *sdata) |
| Compare two keys by their addresses - Implements sort_t -.
|
|
static int | pgp_sort_date (const void *a, const void *b, void *sdata) |
| Compare two keys by their dates - Implements sort_t -.
|
|
static int | pgp_sort_keyid (const void *a, const void *b, void *sdata) |
| Compare two keys by their IDs - Implements sort_t -.
|
|
static int | pgp_sort_trust (const void *a, const void *b, void *sdata) |
| Compare two keys by their trust levels - Implements sort_t -.
|
|
static char * | pgp_key_abilities (KeyFlags flags) |
| Turn PGP key abilities into a string.
|
|
static char | pgp_flags (KeyFlags flags) |
| Turn PGP key flags into a string.
|
|
static const char * | pgp_entry_format_str (char *buf, size_t buflen, size_t col, int cols, char op, const char *src, const char *prec, const char *if_str, const char *else_str, intptr_t data, MuttFormatFlags flags) |
| Format an entry on the PGP key selection menu - Implements format_t -.
|
|
static void | pgp_make_entry (struct Menu *menu, char *buf, size_t buflen, int line) |
| Format a PGP Key for the Menu - Implements Menu::make_entry() -.
|
|
static void | pgp_key_table_free (struct Menu *menu, void **ptr) |
| Free the key table - Implements Menu::mdata_free() -.
|
|
static int | pgp_key_config_observer (struct NotifyCallback *nc) |
| Notification that a Config Variable has changed - Implements observer_t -.
|
|
static int | pgp_key_window_observer (struct NotifyCallback *nc) |
| Notification that a Window has changed - Implements observer_t -.
|
|
struct PgpKeyInfo * | dlg_pgp (struct PgpKeyInfo *keys, struct Address *p, const char *s) |
| Let the user select a key to use -.
|
|
PGP Key Selection Dialog.
- Authors
-
- Copyright
- This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
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 dlg_pgp.c.