You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/run-mailcap/files/run-mailcap-breakrecursion....

12 lines
419 B

--- mime-support/run-mailcap.old 2005-08-03 15:36:00.000000000 -0400
+++ mime-support/run-mailcap 2005-08-03 15:37:41.000000000 -0400
@@ -440,7 +440,7 @@
$fail++;
next;
}
- } elsif ($action eq 'view' && $match =~ m/;\s*copiousoutput\s*($|;)/) {
+ } elsif ($action eq 'view' && $match =~ m/;\s*copiousoutput\s*($|;)/ && $type ne 'text/plain') {
$comm .= " | $0 --action=$action text/plain:-";
}