summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2019-06-04 20:14:19 -0600
committerEduardo Chappa <chappa@washington.edu>2019-06-04 20:14:19 -0600
commit1d09ae170f006bcb2eecd3476899018fdb99189b (patch)
treef4189d25b30ba3b6589e74c0eee68a02f68d0a8a
parent8a8766c0b2117dbf64655ec62331319077c1b803 (diff)
downloadalpine-1d09ae170f006bcb2eecd3476899018fdb99189b.tar.xz
* Temporarily reverse a code used when signing: There are two versions
of Openssl that do different things. I need to understand them better. In the mean time, we go back to the original code.
-rw-r--r--pith/pine.hlp2
-rw-r--r--pith/send.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 51d0d00..94ba2c6 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 346 2019-06-03 11:10:47
+Alpine Commit 347 2019-06-04 20:14:13
============= h_news =================
<HTML>
<HEAD>
diff --git a/pith/send.c b/pith/send.c
index d4c01ab..86d7e7e 100644
--- a/pith/send.c
+++ b/pith/send.c
@@ -4331,7 +4331,7 @@ pine_rfc822_output_body(struct mail_bodystruct *body, soutr_t f, void *s)
|| !pine_write_body_header(&part->body,f,s)
|| !pine_rfc822_output_body (&part->body,f,s))
return(0);
-#ifdef SMIME
+#if 0 /* temporariy disable this code */
if(part == body->nested.part
&& ps_global->smime
&& ps_global->smime->do_sign