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

Data to pass to the Gpgme Functions. More...

#include "gpgme_functions.h"

Collaboration diagram for GpgmeData:

Data Fields

bool done
 Should we close the Dialog?
struct Menumenu
 Gpgme Menu.
struct CryptKeyInfoArray * key_table
 Array of Keys.
struct CryptKeyInfokey
 Selected Key.
bool * forced_valid
 User insists on out-of-date key.

Detailed Description

Data to pass to the Gpgme Functions.

Definition at line 35 of file gpgme_functions.h.

Field Documentation

◆ done

bool GpgmeData::done

Should we close the Dialog?

Definition at line 37 of file gpgme_functions.h.

◆ menu

struct Menu* GpgmeData::menu

Gpgme Menu.

Definition at line 38 of file gpgme_functions.h.

◆ key_table

struct CryptKeyInfoArray* GpgmeData::key_table

Array of Keys.

Definition at line 39 of file gpgme_functions.h.

◆ key

struct CryptKeyInfo* GpgmeData::key

Selected Key.

Definition at line 40 of file gpgme_functions.h.

◆ forced_valid

bool* GpgmeData::forced_valid

User insists on out-of-date key.

Definition at line 41 of file gpgme_functions.h.


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