summaryrefslogtreecommitdiff
path: root/alpine/alpine.c
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/alpine.c
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/alpine.c')
-rw-r--r--alpine/alpine.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/alpine/alpine.c b/alpine/alpine.c
index a6882145..8266c30e 100644
--- a/alpine/alpine.c
+++ b/alpine/alpine.c
@@ -188,7 +188,9 @@ main(int argc, char **argv)
pith_opt_pretty_feature_name = pretty_feature_name;
pith_opt_closing_stream = titlebar_stream_closing;
pith_opt_current_expunged = mm_expunged_current;
+ pith_enter_password = alpine_get_password;
#ifdef SMIME
+ pith_smime_import_certificate = smime_import_certificate;
pith_opt_smime_get_passphrase = smime_get_passphrase;
#endif
#ifdef ENABLE_LDAP