summaryrefslogtreecommitdiff
path: root/sys/man/1/marshal
diff options
context:
space:
mode:
authorOri Bernstein <ori@eigenstate.org>2020-11-06 18:15:15 -0800
committerOri Bernstein <ori@eigenstate.org>2020-11-06 18:15:15 -0800
commit4257a5292af5a9a3ff8fbbc76a00fdeffc75bfd2 (patch)
tree7259870cc362fc4fac9e2099c8212733289c697b /sys/man/1/marshal
parent6f15a730f351b75f24286cb937a96db1ee9e5b82 (diff)
upas/marshal: add -S saveto to save outgoing mail, fix -F
Upas/marshal -F was broken with the '-8' command, and silly without it: It used aliases passed on the command line, so the destination address was ignored with -8 was passed. In addition, it would create a new mailbox for any aliases being sent to, instead of putting them all in one location. The new -S option is similar to -F, but specifies where the message should go.
Diffstat (limited to 'sys/man/1/marshal')
-rw-r--r--sys/man/1/marshal8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/man/1/marshal b/sys/man/1/marshal
index ef654a1fb..e2fc8336c 100644
--- a/sys/man/1/marshal
+++ b/sys/man/1/marshal
@@ -15,6 +15,9 @@ marshal \- formatting and sending mail
] [
.B -Fr#xn
] [
+.B -S
+.I saveto
+] [
.B -p[es]
] [
.B -R
@@ -104,6 +107,11 @@ as a recipient.
.BI -F
file the message
.TP
+.BI -S saveto
+file the message into the
+.I saveto
+mailbox.
+.TP
.BI -n
intentionally no standard input
.TP