summaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-16 09:53:53 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-16 09:53:53 +0000
commit33d42f797383e0de4c91468f7ea761d183b15e5d (patch)
treed1dea5e26abcacf17db26fe120eca172994a2b2a /commands.c
parent5e1f7d939e5a4ffacabd781da046756c38b8a421 (diff)
Don't write out bad content-length and lines headers when
decode-saving a message.
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index 8e70c416..97a48a29 100644
--- a/commands.c
+++ b/commands.c
@@ -535,7 +535,7 @@ static void set_copy_flags(HEADER *hdr, int decode, int decrypt, int *cmflags, i
if(decode)
{
- *chflags = CH_MIME | CH_TXTPLAIN;
+ *chflags = CH_XMIT | CH_MIME | CH_TXTPLAIN;
*cmflags = M_CM_DECODE;
}