From 593b1950d6f70cb9deaea34cd83c3c95e5bea8fa Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 23 Apr 2018 15:36:56 +0200 Subject: mrefile: don't default to current message --- mdeliver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdeliver.c') diff --git a/mdeliver.c b/mdeliver.c index 1714760..cde194f 100644 --- a/mdeliver.c +++ b/mdeliver.c @@ -239,7 +239,7 @@ usage: gethost(); if (argc == optind + 1 && isatty(0)) - blaze822_loop1(".", refile); + goto usage; else blaze822_loop(argc - 1 - optind, argv + optind, refile); -- cgit 1.4.1