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 CryptKeyInfo * | dlg_gpgme (struct CryptKeyInfo *keys, struct Address *p, const char *s, unsigned int app, bool *forced_valid) |
| Get the user to select a key -. | |
| struct PgpKeyInfo * | dlg_pgp (struct PgpKeyInfo *keys, struct Address *p, const char *s) |
| Let the user select a key to use -. | |
| struct SmimeKey * | dlg_smime (struct SmimeKey *keys, const char *query) |
| Get the user to select a key -. | |
Shared constants/structs that are private to libconn.
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.
| enum ExpandoDataPgp |
Expando UIDs for PGP Keys.
| Enumerator | |
|---|---|
| ED_PGP_NUMBER | |
| ED_PGP_TRUST | PgpUid, TrustFlags. |
| ED_PGP_USER_ID | |