nmh-workers
[Top] [All Lists]

Re: automatic decode mime in repl

2022-02-09 17:59:47
    Date:        Wed, 9 Feb 2022 22:34:07 +0000
    From:        David Levine <levinedl@acm.org>
    Message-ID:  
<CA+G7aU-Mt2E_DaC5-k9PaVWg2eo_vo510_b0RjVu9Bc+mkGr0Q@mail.gmail.com>

  | If you use a Bourne-compatible shell, would you try this, please:
  |
  |     source $(mhparam docdir)/contrib/replaliases

That means bash - or perhaps one or two others, for general
shell compat, use . instead of source:

        . $(mhparam docdir)/contrib/replaliases

  | Where [msg] is the usual optional message argument to repl.  All
  | other common repl arguments are supported as well because rtm is an
  | alias that eventually relies on repl.

Really a function, not an alias, which is a much better idea.

kre


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