aboutsummaryrefslogtreecommitdiff
path: root/bin/rmail/rmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rmail/rmail.c')
-rw-r--r--bin/rmail/rmail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/rmail/rmail.c b/bin/rmail/rmail.c
index 40e16887d7c9..7672cbfc44c1 100644
--- a/bin/rmail/rmail.c
+++ b/bin/rmail/rmail.c
@@ -163,7 +163,6 @@ main(argc, argv)
i = 0;
args[i++] = _PATH_SENDMAIL;
args[i++] = "-oee"; /* no errors, just status */
- args[i++] = "-odq"; /* queue it, don't try to deliver */
args[i++] = "-oi"; /* ignore '.' on a line by itself */
if (fsys[0] != '\0') { /* set sender's host name */
static char junk2[512];