NeoMutt  2023-05-17-56-ga67199
Teaching an old dog new tricks
DOXYGEN
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? More...
 
struct Menumenu
 Pgp Menu. More...
 
struct PgpUid ** key_table
 Array of Keys. More...
 
struct PgpKeyInfokey
 Selected Key. More...
 

Detailed Description

Data to pass to the Pgp Functions.

Definition at line 33 of file pgp_functions.h.

Field Documentation

◆ done

bool PgpData::done

Should we close the Dialog?

Definition at line 35 of file pgp_functions.h.

◆ menu

struct Menu* PgpData::menu

Pgp Menu.

Definition at line 36 of file pgp_functions.h.

◆ key_table

struct PgpUid** PgpData::key_table

Array of Keys.

Definition at line 37 of file pgp_functions.h.

◆ key

struct PgpKeyInfo* PgpData::key

Selected Key.

Definition at line 38 of file pgp_functions.h.


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