summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail
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
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')
-rw-r--r--usr.bin/mail/cmd3.c4
-rw-r--r--usr.bin/mail/mail.18
2 files changed, 10 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));
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1
index bc865b3..b2cc1c1 100644
--- a/usr.bin/mail/mail.1
+++ b/usr.bin/mail/mail.1
@@ -964,6 +964,14 @@ If defined, the first character of this option gives the character to
use in place of
.Ql ~
to denote escapes.
+.It Va flipr
+Reverses the sense of
+.Ic reply
+and
+.Ic Reply
+commands.
+Default is
+.Va noflipr .
.It Va folder
The name of the directory to use for storing folders of
messages.
OpenPOWER on IntegriCloud