nmh-workers
[Top][All Lists]
Advanced

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

Re: [Nmh-workers] changes to mark.man


From: Larry Hynes
Subject: Re: [Nmh-workers] changes to mark.man
Date: Mon, 20 Mar 2017 12:13:30 +0000

Ralph Corderoy wrote:
> I think I see what that's doing.
> Here's a shorter equivalent, hopefully.  :-)
> 
>     #! /usr/local/bin/dash
> 
>     test $# -eq 0 && set cur
> 
>     case "$(folder -fast)" in
>         lists|obsd|nmh) g=-group;;
>         *) g=;;
>     esac
> 
>     exec /usr/local/bin/repl $g "$@"

Thanks Ralph - TMTOWTDI!



reply via email to

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