aboutsummaryrefslogtreecommitdiff
path: root/patches/muttprint_two_edge.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/muttprint_two_edge.patch')
-rw-r--r--patches/muttprint_two_edge.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/patches/muttprint_two_edge.patch b/patches/muttprint_two_edge.patch
deleted file mode 100644
index 4a7290d..0000000
--- a/patches/muttprint_two_edge.patch
+++ /dev/null
@@ -1,19 +0,0 @@
1--- a/muttprint 2016-05-05 13:48:50.515950744 +1200
2+++ b/muttprint 2016-05-05 13:52:10.722623902 +1200
3@@ -643,14 +643,14 @@
4 if ($Config{PAPERSAVE} eq "on") {
5 if ($useCups) {
6 $Config{PRINT_COMMAND} =~
7- s/\$CUPS_OPTIONS/ -o sides=two-sided-long-edge \$CUPS_OPTIONS/;
8+ s/\$CUPS_OPTIONS/ -o sides=two-sided-short-edge \$CUPS_OPTIONS/;
9 } else { # no cups
10 modifyPS("landscape");
11 }
12 } else { # no papersave
13 if ($useCups) {
14 $Config{PRINT_COMMAND} =~
15- s/\$CUPS_OPTIONS/ -o sides=two-sided-short-edge \$CUPS_OPTIONS/;
16+ s/\$CUPS_OPTIONS/ -o sides=two-sided-long-edge \$CUPS_OPTIONS/;
17 } else { # no cups
18 modifyPS("portrait");
19 }