NeoMutt  2024-04-16-36-g75b6fb
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
 
short trust
 
int flags
 
struct PgpKeyInfoparent
 Parent key.
 
struct PgpUidnext
 Linked list.
 

Detailed Description

PGP User ID.

Definition at line 34 of file pgplib.h.

Field Documentation

◆ addr

char* PgpUid::addr

Definition at line 36 of file pgplib.h.

◆ trust

short PgpUid::trust

Definition at line 37 of file pgplib.h.

◆ flags

int PgpUid::flags

Definition at line 38 of file pgplib.h.

◆ parent

struct PgpKeyInfo* PgpUid::parent

Parent key.

Definition at line 39 of file pgplib.h.

◆ next

struct PgpUid* PgpUid::next

Linked list.

Definition at line 40 of file pgplib.h.


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