summaryrefslogtreecommitdiff
path: root/pith/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/send.c')
-rw-r--r--pith/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/send.c b/pith/send.c
index d4c01aba..86d7e7e6 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