NeoMutt  2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
PgpCache Struct Reference

List of cached PGP keys. More...

+ Collaboration diagram for PgpCache:

Data Fields

char * what
 Cached key identifier.
 
char * dflt
 Default key ID.
 
struct PgpCachenext
 Linked list.
 

Detailed Description

List of cached PGP keys.

Definition at line 65 of file pgpkey.c.

Field Documentation

◆ what

char* PgpCache::what

Cached key identifier.

Definition at line 67 of file pgpkey.c.

◆ dflt

char* PgpCache::dflt

Default key ID.

Definition at line 68 of file pgpkey.c.

◆ next

struct PgpCache* PgpCache::next

Linked list.

Definition at line 69 of file pgpkey.c.


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