NeoMutt  2025-12-11-694-ga89709
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
PgpUid Struct Reference

PGP User ID. More...

#include "pgplib.h"

+ Collaboration diagram for PgpUid:

Data Fields

char * addr
 Email address.
 
short trust
 Trust level.
 
int flags
 Flags for this UID.
 
struct PgpKeyInfoparent
 Parent key.
 
struct PgpUidnext
 Linked list.
 

Detailed Description

PGP User ID.

Definition at line 35 of file pgplib.h.

Field Documentation

◆ addr

char* PgpUid::addr

Email address.

Definition at line 37 of file pgplib.h.

◆ trust

short PgpUid::trust

Trust level.

Definition at line 38 of file pgplib.h.

◆ flags

int PgpUid::flags

Flags for this UID.

Definition at line 39 of file pgplib.h.

◆ parent

struct PgpKeyInfo* PgpUid::parent

Parent key.

Definition at line 40 of file pgplib.h.

◆ next

struct PgpUid* PgpUid::next

Linked list.

Definition at line 41 of file pgplib.h.


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