summaryrefslogtreecommitdiffstats
path: root/send.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-11-23 10:13:17 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-11-23 10:13:17 +0000
commit67253cdde285337167c2395a07f3e80b2dd4733c (patch)
tree1c1e8f6d733c444bbbc7dc5b5d3a056e30fa09bc /send.c
parentf7b6089f9d808cceb88d8880a84eb1d3e1b1de28 (diff)
Adding an fcc_clear option for unencrypted and unsigned FCCs.
Diffstat (limited to 'send.c')
-rw-r--r--send.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/send.c b/send.c
index 4d880cc1..b9de93f2 100644
--- a/send.c
+++ b/send.c
@@ -1350,6 +1350,11 @@ main_loop:
BODY *save_parts = NULL;
#endif /* _PGPPATH */
+#ifdef _PGPPATH
+ if (msg->pgp && option (OPTFCCCLEAR))
+ msg->content = clear_content;
+#endif
+
/* check to see if the user wants copies of all attachments */
if (!option (OPTFCCATTACH) && msg->content->type == TYPEMULTIPART)
{