Add support for the 'flipr' option per IEEE 1003.1-2001.
This commit is contained in:
parent
7d409b3221
commit
0077673e56
@ -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));
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user