On Wed Jun 24 2020 at 04:23 PM +0200, Antonio Radici wrote: > Control: tag -1 +moreinfo > > On Mon, Apr 04, 2016 at 06:07:49PM -0700, Bill Brelsford wrote: > > Package: mutt > > Version: 1.5.24-1+b1 > > Severity: normal > > > > Dear Maintainer, > > > > After displaying a text/plain attachment (via autoview) with a > > mailcap file containing > > > > text/plain; myprog %s; test=echo f=%s t=%t >/tmp/foo; copiousoutput > > > > file /tmp/foo contains "f= t=text/plain" rather than the expected > > "f=/tmp/muttJuO9nd t=text/plain". (And the filename is not passed > > to myprog.) > > I'm trying to understand, in view of your last post if (1) is this still a > bug? > (2) is this reproducible vs the latest version of mutt in sid (1.14.4-2)?
It seems to be half fixed: the filename is still missing in /tmp/foo, but it is passed to myprog. That's the important part for me; it triggered my bug report 4 years ago, and has been working for years now, I think. Version is 1.14.4-2. Thanks.. Bill