NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
private.h File Reference

Shared constants/structs that are private to libconn. More...

#include "config.h"
#include <stdbool.h>
#include <stdio.h>
+ Include dependency graph for private.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  PgpEntry
 An entry in a PGP key menu. More...
 

Enumerations

enum  ExpandoDataPgp { ED_PGP_NUMBER = 1 , ED_PGP_TRUST , ED_PGP_USER_ID }
 Expando UIDs for PGP Keys. More...
 

Functions

struct CryptKeyInfodlg_gpgme (struct CryptKeyInfo *keys, struct Address *p, const char *s, unsigned int app, bool *forced_valid)
 Get the user to select a key -.
 
struct PgpKeyInfodlg_pgp (struct PgpKeyInfo *keys, struct Address *p, const char *s)
 Let the user select a key to use -.
 
struct SmimeKeydlg_smime (struct SmimeKey *keys, const char *query)
 Get the user to select a key -.
 

Detailed Description

Shared constants/structs that are private to libconn.

Authors
  • Richard Russon

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition in file private.h.

Enumeration Type Documentation

◆ ExpandoDataPgp

Expando UIDs for PGP Keys.

See also
ED_PGP, ExpandoDomain
Enumerator
ED_PGP_NUMBER 

PgpEntry.num.

ED_PGP_TRUST 

PgpUid, TrustFlags.

ED_PGP_USER_ID 

PgpUid.addr.

Definition at line 49 of file private.h.

50{
51 ED_PGP_NUMBER = 1,
54};
@ ED_PGP_NUMBER
PgpEntry.num.
Definition: private.h:51
@ ED_PGP_USER_ID
PgpUid.addr.
Definition: private.h:53
@ ED_PGP_TRUST
PgpUid, TrustFlags.
Definition: private.h:52