summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index 0f584a89..64dd3f43 100644
--- a/commands.c
+++ b/commands.c
@@ -221,7 +221,7 @@ void mutt_pipe_message_to_state (HEADER *h, STATE *s)
mutt_copy_message (s->fpout, Context, h,
option (OPTPIPEDECODE) ? M_CM_DECODE | M_CM_CHARCONV : 0,
- option (OPTPIPEDECODE) ? CH_FROM | CH_WEED | CH_DECODE : CH_FROM);
+ option (OPTPIPEDECODE) ? CH_FROM | CH_WEED | CH_DECODE | CH_REORDER : CH_FROM);
}
int mutt_pipe_message (HEADER *h)