summaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-09 20:52:19 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-09 20:52:19 +0000
commitcb5d7ef45ca9df14c24a0002baea9183c93a2451 (patch)
tree60198a73dae7ef9fe54f6a35fb2407d55a8fa829 /commands.c
parent5ba906d2a77b9b45e46ed23a6959f7a97a6ad68e (diff)
Reorder headers when decode-piping.
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 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)