Christian Ebert <bcc@phloxic.productions> writes: >The easiest way to install atm is probably to grab tarball of the >latest commit via >https://hg.phloxic.productions/muttils/archive/tip.tar.bz2
>And then install locally somewhat like so: >$ tar xf muttils-71e88612e67f.tar.bz2 >$ cd muttils-71e88612e67f >$ pip3 install --user . >It pretty much works for me[tm], but I am aware that it could use some >love, updated docs etc. Right now though, lack of time is my enemy in this >regard. Christian: I installed the latest version of muttils (1.4.86). viewhtmlmsg is installed in /usr/local/bin while the muttils package is at /usr/local/lib/python3.12/dist-packages/muttils-1.4+86.71e88612e67f-py3.12.egg/muttils The viewhtmlmsg utility is working again. Thank you! However, every time I execute it on an email, I'm still getting this warning message: /usr/local/bin/viewhtmlmsg:4: \ DeprecationWarning: pkg_resources is deprecated as an API. See \ https://setuptools.pypa.io/en/latest/pkg_resources.html __import__('pkg_resources').run_script('muttils==1.4+86.71e88612e67f', \ 'viewhtmlmsg') In my .muttrc file I have the following macro: macro attach a <exit><pipe-message>viewhtmlmsg\n Redirecting stdout and/or stderr as part of the command doesn't work. Any suggestions as to how to eliminate or suppress the message. Regards, -- Jeff