summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail/cmd3.c
diff options
context:
space:
mode:
authormikeh <mikeh@FreeBSD.org>2002-06-25 05:34:27 +0000
committermikeh <mikeh@FreeBSD.org>2002-06-25 05:34:27 +0000
commit034b3aea2d677a07628d0fe1e98b790d22c50504 (patch)
tree358e9058e4daf4641b78e6bedf4aca6b10844c99 /usr.bin/mail/cmd3.c
parent94e2e299e42e15276cab292210f3ecf041a3e28b (diff)
downloadFreeBSD-src-034b3aea2d677a07628d0fe1e98b790d22c50504.zip
FreeBSD-src-034b3aea2d677a07628d0fe1e98b790d22c50504.tar.gz
Add support for the 'flipr' option per IEEE 1003.1-2001.
Diffstat (limited to 'usr.bin/mail/cmd3.c')
-rw-r--r--usr.bin/mail/cmd3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mail/cmd3.c b/usr.bin/mail/cmd3.c
index 8d21dd4..312b80c 100644
--- a/usr.bin/mail/cmd3.c
+++ b/usr.bin/mail/cmd3.c
@@ -194,7 +194,7 @@ int
respond(msgvec)
int *msgvec;
{
- if (value("Replyall") == NULL)
+ if (value("Replyall") == NULL && value("flipr") == NULL)
return (dorespond(msgvec));
else
return (doRespond(msgvec));
@@ -588,7 +588,7 @@ int
Respond(msgvec)
int *msgvec;
{
- if (value("Replyall") == NULL)
+ if (value("Replyall") == NULL && value("flipr") == NULL)
return (doRespond(msgvec));
else
return (dorespond(msgvec));
OpenPOWER on IntegriCloud