NeoMutt  2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
PgpData Struct Reference

Data to pass to the Pgp Functions. More...

#include "pgp_functions.h"

Collaboration diagram for PgpData:

Data Fields

bool done
 Should we close the Dialog?
struct Menumenu
 Pgp Menu.
struct PgpUidArray * key_table
 Array of Keys.
struct PgpKeyInfokey
 Selected Key.

Detailed Description

Data to pass to the Pgp Functions.

Definition at line 34 of file pgp_functions.h.

Field Documentation

◆ done

bool PgpData::done

Should we close the Dialog?

Definition at line 36 of file pgp_functions.h.

◆ menu

struct Menu* PgpData::menu

Pgp Menu.

Definition at line 37 of file pgp_functions.h.

◆ key_table

struct PgpUidArray* PgpData::key_table

Array of Keys.

Definition at line 38 of file pgp_functions.h.

◆ key

struct PgpKeyInfo* PgpData::key

Selected Key.

Definition at line 39 of file pgp_functions.h.


The documentation for this struct was generated from the following file: