summaryrefslogtreecommitdiff
path: root/alpine/smime.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2014-03-09 14:26:50 -0600
committerEduardo Chappa <chappa@washington.edu>2014-03-09 14:26:50 -0600
commite9554c597f7f33c6ebebaa47087b4db878a59913 (patch)
tree9b8ff514f4db831a456185034cc614cf712b43e2 /alpine/smime.h
parentac368b05842ee45ed29cd997840eb788649da268 (diff)
downloadalpine-e9554c597f7f33c6ebebaa47087b4db878a59913.tar.xz
* Forwarding messages with attachments of content-type multipart,
failed when attempting to sign it, with and "Error writing pipe" error. * Using a .pinerc file outside the home directory made Alpine not find the .alpine-smime directory with certificates. * Configuration screen for S/MIME adds ability to manage certificates. (currently available to users who manage certificates in directories, not in containers, which will be available in the next alpha release.)
Diffstat (limited to 'alpine/smime.h')
-rw-r--r--alpine/smime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/alpine/smime.h b/alpine/smime.h
index 048a497c..d0367e0e 100644
--- a/alpine/smime.h
+++ b/alpine/smime.h
@@ -25,6 +25,7 @@
/* exported protoypes */
int smime_get_passphrase(void);
+int smime_certificate_error_ask(int error);
void smime_info_screen(struct pine *ps);
void smime_config_screen(struct pine *, int edit_exceptions);
int smime_related_var(struct pine *, struct variable *);