about summary refs log tree commit diff stats
path: root/src/LYMail.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2000-06-03 01:16:48 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2000-06-03 01:16:48 -0400
commit03239fe7d0beedb4b52c96d56729d24fa0db0405 (patch)
treeab4e06ed9cdecc0f1312af802569fb3af574f45b /src/LYMail.c
parentdbcd4fe595142928b3c220ccea2056987ea0a58c (diff)
downloadlynx-snapshots-03239fe7d0beedb4b52c96d56729d24fa0db0405.tar.gz
snapshot of project "lynx", label v2-8-4dev_3
Diffstat (limited to 'src/LYMail.c')
-rw-r--r--src/LYMail.c8
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. */