NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
SmimeData Struct Reference

Data to pass to the Smime Functions. More...

#include "smime_functions.h"

+ Collaboration diagram for SmimeData:

Data Fields

bool done
 Should we close the Dialog?
 
struct Menumenu
 Smime Menu.
 
struct SmimeKey ** table
 Array of Keys.
 
struct SmimeKeykey
 Selected Key.
 

Detailed Description

Data to pass to the Smime Functions.

Definition at line 33 of file smime_functions.h.

Field Documentation

◆ done

bool SmimeData::done

Should we close the Dialog?

Definition at line 35 of file smime_functions.h.

◆ menu

struct Menu* SmimeData::menu

Smime Menu.

Definition at line 36 of file smime_functions.h.

◆ table

struct SmimeKey** SmimeData::table

Array of Keys.

Definition at line 37 of file smime_functions.h.

◆ key

struct SmimeKey* SmimeData::key

Selected Key.

Definition at line 38 of file smime_functions.h.


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