On 12/18 16:25, Tavis Ormandy wrote: > On 2022-12-17, Kira Oakley wrote: > > Hello, > > > > I'm trying to write a macro that will select the plaintext attachment > > (attachment in mutt parlance; basically the part of a multipart msg that > > hsa a MIME type of plain/text), and copy it to my system's clipboard. > > > > The latter part is easy (thanks <pipe-entry>!), but I haven't been able > > to figure out how to select the plaintext entry specifically, like one > > might do by hitting 'v' in the pager and selecting that entry. > > > > Any ideas? > > > > "<view-attachments><search>text/plain<Enter><select-entry><pipe-entry>..."
Thanks Tavis! This is Good Enough.