NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
PgpCommandContext Struct Reference

Data for a PGP command. More...

#include "pgp.h"

Data Fields

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

Detailed Description

Data for a PGP command.

The actual command line formatter.

Definition at line 42 of file pgp.h.

Field Documentation

◆ need_passphrase

bool PgpCommandContext::need_passphrase

p

Definition at line 44 of file pgp.h.

◆ fname

const char* PgpCommandContext::fname

f

Definition at line 45 of file pgp.h.

◆ sig_fname

const char* PgpCommandContext::sig_fname

s

Definition at line 46 of file pgp.h.

◆ signas

const char* PgpCommandContext::signas

a

Definition at line 47 of file pgp.h.

◆ ids

const char* PgpCommandContext::ids

r

Definition at line 48 of file pgp.h.


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