Re: Display attachment inline and open using different programs

2013-01-09 Thread Marco
On 2013–01–09 Michael Elkins wrote: > application/pdf; xpdf '%s' > application/pdf; pdftotext -layout '%s' -; copiousoutput; > > The order here is important. auto_view will skip over entries > without 'copiousoutput'. Thanks, that works perfectly. Marco signature.asc Description:

Re: Display attachment inline and open using different programs

2013-01-09 Thread Michael Elkins
On Wed, Jan 09, 2013 at 05:20:41PM +0100, Marco wrote: I display PDF files inline using auto_view application/pdf In my mailcap I have set to open PDF files with pdftotext. application/pdf; pdftotext -layout '%s' -; copiousoutput; However, I want pdftotext only to be used for *inline* displ