And silence error messages.
Open=(see %f &)
#Open=(acroread %f &)
#Open=(ghostview %f &)
- View=%view{ascii} pdftotext %f - | iconv.py -f utf-8
+ View=%view{ascii} pdftotext -layout -q %f - | iconv.py -f utf-8
# The following code very ugly and should not be taken as example.
# It should be cleaned up when the new format of mc.ext is developed.
+ t lr & f \.(pdf|PDF)$
v View pdf
- pdftotext %f - | iconv.py -f utf-8 | ${PAGER:-more}
+ pdftotext -layout -q %f - | iconv.py -f utf-8 | ${PAGER:-more}
+= t lr & f \.(pdf|PDF)$
e View pdf with evince