NeoMutt  2024-03-23-23-gec7045
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 PgpUid ** key_table
 Array of Keys.
 
struct PgpKeyInfokey
 Selected Key.
 

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: