Description: Add djvu support
Bug-Debian: http://bugs.debian.org/543651
Author: Jakub Wilk <ubanus@users.sf.net>
Author: Denis Briand <denis@narcan.fr>
old
|
new
|
|
476 | 476 | #Open=(ghostview %f &) |
477 | 477 | View=%view{ascii} pdftotext %f - |
478 | 478 | |
| 479 | #DjVu |
| 480 | type/^DjVu |
| 481 | Open=run-mailcap %f 2>&1 & |
| 482 | View=%view{ascii} djvused -e print-pure-txt %f |
| 483 | |
479 | 484 | # The following code very ugly and should not be taken as example. |
480 | 485 | # It should be cleaned up when the new format of mc.ext is developed. |
481 | 486 | |