diff options
author | Eduardo Chappa <chappa@washington.edu> | 2019-04-28 16:01:14 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2019-04-28 16:01:14 -0600 |
commit | 19cde66486e27063a9af8cfd79c6eb7f106b9111 (patch) | |
tree | fb4030770107efa52e0be46a6bbc755fbd590229 /pith | |
parent | 3443fe5fcfcb33d3a2510111855e619632de57df (diff) | |
download | alpine-19cde66486e27063a9af8cfd79c6eb7f106b9111.tar.xz |
* Compilation failure in Solaris when ldap is enabled. Reported by
"mechanic" in comp.mail.pine.
* Configure script modifications to set the ldap-dir value correctly.
* Fix some typos in documentation.
Diffstat (limited to 'pith')
-rw-r--r-- | pith/pine.hlp | 4 | ||||
-rw-r--r-- | pith/smime.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index fc0989e2..16efc9c2 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 334 2019-03-29 09:48:59 +Alpine Commit 335 2019-04-28 16:01:07 ============= h_news ================= <HTML> <HEAD> @@ -301,7 +301,7 @@ Bugs that have been addressed include: <LI> TLS 1.2 works does not work if Alpine is compiled with openssl >= 1.1.0. Reported and patched by Kyle George. - <LI> If the directory where Alpine saves the certificates if empty, + <LI> If the directory where Alpine saves the certificates is empty, alpine would not create a self-signed certificate to encrypt the password file. diff --git a/pith/smime.c b/pith/smime.c index f64d81b2..de5996db 100644 --- a/pith/smime.c +++ b/pith/smime.c @@ -818,7 +818,7 @@ import_certificate(WhichCerts ctype, PERSONAL_CERT *p_cert, char *fname) q_status_message(SM_ORDER, 1, 3, _("Error decrypting Password file")); } } else { - q_status_message(SM_ORDER, 1, 3, _("Password file not encrypted and coulr not encrypt")); + q_status_message(SM_ORDER, 1, 3, _("Password file not encrypted and could not encrypt")); rc = 0; } } |