On Sat, 2018-07-21 at 16:05 +0800, Sean Whitton wrote: > I am writing a script that operates on the mbox files downloaded from > the bts. I want to be able to run > > % bts download 123456 > > and then point my script at the mbox in the devscripts cache. > > No subcommand to do this exists, so far as I can tell. `bts --mbox > show` will launch a mail reader, which I don't want.
Not a subcommand as such, but "bts --mbox --mailreader 'true %s' show 904182" should achieve the goal. Regards, Adam

