NeoMutt  2023-05-17-16-g61469c
Teaching an old dog new tricks
DOXYGEN
PgpCommandContext Struct Reference

Data for a PGP command. More...

Data Fields

bool need_passphrase
 p More...
 
const char * fname
 f More...
 
const char * sig_fname
 s More...
 
const char * signas
 a More...
 
const char * ids
 r More...
 

Detailed Description

Data for a PGP command.

The actual command line formatter.

Definition at line 59 of file pgpinvoke.c.

Field Documentation

◆ need_passphrase

bool PgpCommandContext::need_passphrase

p

Definition at line 61 of file pgpinvoke.c.

◆ fname

const char* PgpCommandContext::fname

f

Definition at line 62 of file pgpinvoke.c.

◆ sig_fname

const char* PgpCommandContext::sig_fname

s

Definition at line 63 of file pgpinvoke.c.

◆ signas

const char* PgpCommandContext::signas

a

Definition at line 64 of file pgpinvoke.c.

◆ ids

const char* PgpCommandContext::ids

r

Definition at line 65 of file pgpinvoke.c.


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