diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-06-03 01:16:48 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-06-03 01:16:48 -0400 |
commit | 03239fe7d0beedb4b52c96d56729d24fa0db0405 (patch) | |
tree | ab4e06ed9cdecc0f1312af802569fb3af574f45b /src/LYMail.c | |
parent | dbcd4fe595142928b3c220ccea2056987ea0a58c (diff) | |
download | lynx-snapshots-03239fe7d0beedb4b52c96d56729d24fa0db0405.tar.gz |
snapshot of project "lynx", label v2-8-4dev_3
Diffstat (limited to 'src/LYMail.c')
-rw-r--r-- | src/LYMail.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/LYMail.c b/src/LYMail.c index 1450c80b..0b7d3b38 100644 --- a/src/LYMail.c +++ b/src/LYMail.c @@ -1682,13 +1682,7 @@ PUBLIC void reply_by_mail ARGS4( if (HTConfirm(is_preparsed ? INC_PREPARSED_MSG_PROMPT : INC_ORIG_MSG_PROMPT) == YES) { - /* - * The 1 will add the reply "> " in front of every line. - */ - if (is_preparsed) - print_wwwfile_to_fd(fd, 0); - else - print_wwwfile_to_fd(fd, 1); + print_wwwfile_to_fd(fd, !is_preparsed); } } LYCloseTempFP(fd); /* Close the tmpfile. */ |