On Thu, 7 Jul 2022 08:17:26 -0300 Marcelo Laia <marcelol...@gmail.com> wrote:
Mutt depends on moreutils package, but, it is not listed on dependencies, nor
suggestions.
I see that pee is necessary to open html messages.
With out moreutils package, when I try to open a html messages, it shows:
sh: 1: pee not found
This is most likely a system or user configuration issue. Mutt uses
mailcap to decide how to deal with attachments. See the section in the
manual <http://www.mutt.org/doc/manual/#mailcap> for more details about
how that works.
AFAIK, nothing internal to Mutt (or its default shipped configuration)
is trying to use "pee". I would check the system mailcap /etc/mailcap
for the first text/html entry, and also your ~/.mailcap file (if
present) to see if that gives any hints about what is going on in your
case.
-Kevin