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

An entry in the Autocrypt account Menu. More...

#include "private.h"

+ Collaboration diagram for AccountEntry:

Data Fields

int num
 Number in the index.
 
struct AutocryptAccountaccount
 Account details.
 
struct Addressaddr
 Email address associated with the account.
 

Detailed Description

An entry in the Autocrypt account Menu.

Definition at line 44 of file private.h.

Field Documentation

◆ num

int AccountEntry::num

Number in the index.

Definition at line 46 of file private.h.

◆ account

struct AutocryptAccount* AccountEntry::account

Account details.

Definition at line 47 of file private.h.

◆ addr

struct Address* AccountEntry::addr

Email address associated with the account.

Definition at line 48 of file private.h.


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