Document option keep. This is necessary if you want the mail scheme
authorGuido van Rooij <guido@gvr.win.tue.nl>
Fri, 10 Jun 1994 17:08:07 +0000 (17:08 +0000)
committerGuido van Rooij <guido@gvr.win.tue.nl>
Fri, 10 Jun 1994 17:08:07 +0000 (17:08 +0000)
where /var/mail has a sticky bit. You domt want to define the keep
option in all cases as it recreates your mailbox when it has zero length.
Since mail doesnt have an s-bit this doesnt always work.

-Guido

usr.bin/mail/mail.1

index 7b70e46..1f17f10 100644 (file)
@@ -833,6 +833,9 @@ of a message you are sending.
 .It Ar hold
 This option is used to hold messages in the system mailbox
 by default.
 .It Ar hold
 This option is used to hold messages in the system mailbox
 by default.
+.It Ar keep
+With this option, the system mailbox will never be removed, even when
+it has zero length.
 .It Ar ignore
 Causes interrupt signals from your terminal to be ignored and echoed as
 @'s.
 .It Ar ignore
 Causes interrupt signals from your terminal to be ignored and echoed as
 @'s.