PGP Key Selection Dialog. More...
#include "config.h"
#include <locale.h>
#include <stdbool.h>
#include <stdio.h>
#include "private.h"
#include "mutt/lib.h"
#include "address/lib.h"
#include "config/lib.h"
#include "core/lib.h"
#include "gui/lib.h"
#include "lib.h"
#include "expando/lib.h"
#include "key/lib.h"
#include "menu/lib.h"
#include "expando_pgp.h"
#include "mutt_logging.h"
#include "pgp_functions.h"
#include "pgplib.h"
#include "sort.h"
Go to the source code of this file.
Functions | |
static int | pgp_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Format a PGP Key for the Menu - Implements Menu::make_entry() -. | |
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 -. | |
Variables | |
static const struct Mapping | PgpHelp [] |
Help Bar for the PGP key selection dialog. | |
PGP Key Selection Dialog.
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.
|
static |