summaryrefslogtreecommitdiffstats
path: root/send.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-03-30 21:38:24 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-03-30 21:38:24 +0000
commita784b853587106e064e2c72d2058b88223434a6a (patch)
treece8adf583d6c56645619a63f057c8f59bda22ff7 /send.c
parent3e0d2039fcb85c8655454d2a164e24bd22eb2fa9 (diff)
resort headers when forward-decoding them with weed switched on.
Diffstat (limited to 'send.c')
-rw-r--r--send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/send.c b/send.c
index 9ac62694..d23b83fc 100644
--- a/send.c
+++ b/send.c
@@ -340,7 +340,7 @@ static int include_forward (CONTEXT *ctx, HEADER *cur, FILE *out)
cmflags |= M_CM_DECODE | M_CM_CHARCONV;
if (option (OPTFORWWEEDHEADER))
{
- chflags |= CH_WEED;
+ chflags |= CH_WEED | CH_REORDER;
cmflags |= M_CM_WEED;
}
}