diff options
Diffstat (limited to 'src/LYMail.c')
-rw-r--r-- | src/LYMail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYMail.c b/src/LYMail.c index 37be37ef..6eaf7f69 100644 --- a/src/LYMail.c +++ b/src/LYMail.c @@ -1487,7 +1487,7 @@ PUBLIC void reply_by_mail ARGS4( if (HTConfirm(is_preparsed ? INC_PREPARSED_MSG_PROMPT : INC_ORIG_MSG_PROMPT) == YES) { - print_wwwfile_to_fd(fd, (BOOL) !is_preparsed); + print_wwwfile_to_fd(fd, TRUE, (BOOL) !is_preparsed); } } LYCloseTempFP(fd); /* Close the tmpfile. */ |