nmh-workers
[Top] [All Lists]

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

2012-10-11 12:19:15
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

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>