summaryrefslogtreecommitdiff
path: root/rc/bin
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-11-27 21:10:55 +0100
committercinap_lenrek <cinap_lenrek@gmx.de>2012-11-27 21:10:55 +0100
commit87ab441ab4392eb07cb691668010a5210c917482 (patch)
treebe6bb077a539623ede610b83975ff70b94d45122 /rc/bin
parent539f74db812b9d0a62db24070d89a8f26a542f19 (diff)
downloadplan9front-87ab441ab4392eb07cb691668010a5210c917482.tar.xz
upas: handle Bcc: header
when -8 flag is given, upas/marshal override To:, Cc: and Bcc: headers. add -B option for Bcc. it is also now valid to pass recipient list on upas/marshal arguments and have -8 flag set. make nedmail and /rc/bin/mail call upas/marshal with -8 now to make it effective.
Diffstat (limited to 'rc/bin')
-rwxr-xr-xrc/bin/mail2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/mail b/rc/bin/mail
index 6913d743e..fdf3a0f77 100755
--- a/rc/bin/mail
+++ b/rc/bin/mail
@@ -8,5 +8,5 @@ switch($1){
case -f* -r* -c* -m*
exec upas/nedmail $*
case *
- exec upas/marshal $*
+ exec upas/marshal -8 $*
}