NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
SMIME Key Selection Dialog

The SMIME Key Selection Dialog lets the user select a SMIME key.

This is a Simple Dialog

Windows

Name Type See Also
SMIME Key Selection Dialog WT_DLG_SMIME dlg_smime()

Parent

Children

Data

The Simple Dialog holds a Menu. The SMIME Key Selection Dialog stores its data (SmimeKey) in Menu::mdata.

Events

None. The dialog is not affected by any config or colours and doesn't support sorting. Once constructed, the events are handled by the Menu (part of the Simple Dialog).

Functions

Function Description Links
dlg_smime() Get the user to select a key gui_dlg
smime_key_flags() Turn SMIME key flags into a string
smime_key_table_free() Free the key table Menu::mdata_free(), menu_mdata_free
smime_make_entry() Format an S/MIME Key for the Menu Menu::make_entry(), menu_make_entry