summaryrefslogtreecommitdiff
path: root/rc/bin
diff options
context:
space:
mode:
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 $*
}