summaryrefslogtreecommitdiff
path: root/pith/options.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2015-12-05 02:14:13 -0700
committerEduardo Chappa <chappa@washington.edu>2015-12-05 02:14:13 -0700
commitc77ba26762d2f2fc9a978420ecd90cfafd50269e (patch)
treed6b5b0af730de62ba326e3c7b677d8d502d44a97 /pith/options.h
parent01170cfd3d5b6e5dfdc11c75f6e6740e8f938109 (diff)
downloadalpine-c77ba26762d2f2fc9a978420ecd90cfafd50269e.tar.xz
* Alpine will ask users if they wish to save S/MIME certificates included
in signatures, when the option "Validate Using Certificate Store Only" is enabled. If the user does not wish to save it, validation will fail.
Diffstat (limited to 'pith/options.h')
-rw-r--r--pith/options.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pith/options.h b/pith/options.h
index f35bcfa3..bdaa252c 100644
--- a/pith/options.h
+++ b/pith/options.h
@@ -234,4 +234,10 @@ extern int (*pith_smime_import_certificate)(char *, char *, size_t);
*/
extern int (*pith_smime_enter_password)(char *, char *, size_t);
+/*
+ * required call to ask the user to confirm to save a certificate in the
+ * store
+ */
+extern int (*pith_smime_confirm_save)(char *);
+
#endif /* PITH_OPTIONS_INCLUDED */