nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] sortm's Default of all is Brain-Damaged.


From: David Levine
Subject: Re: [Nmh-workers] sortm's Default of all is Brain-Damaged.
Date: Thu, 11 Oct 2012 12:19:00 -0500

Ralph wrote:

> I suggest sortm without specifying a set of messages be an
> error.  Old behaviour can be got through `sortm all' or a new
> option that folks can put in ~/.mh_profile if they're happy
> with it as it was.

I agree.  I don't see a need for that new option.

This should do it, along with updates to the man page
and test suite:

--- a/uip/sortm.c
+++ b/uip/sortm.c
@@ -169,3 +169,3 @@ main (int argc, char **argv)
     if (!msgs.size)
-       app_msgarg(&msgs, "all");
+       adios (NULL, "must specify messages to sort");

David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]