Showing 1 changed files with 1 additions and 1 deletions
+1 -1
imapfilter/printscript.model
... ...
@@ -20,7 +20,7 @@ pages=$(pdfinfo "$spool/__pdf__" | awk '/Pages:/{print $2}')
20 20
 case ${mode:-normal} in
21 21
 	massicot)
22 22
 		output=$(mktemp --dry-run /dev/shm/XXXXXXXX.pdf)
23
-		if test "${size,,}" != "a4"; then
23
+		if test "${size,,}" != "a5"; then
24 24
 			gs -o $output -sDEVICE=pdfwrite -sPAPERSIZE=a5 -dFIXEDMEDIA -dPDFFitPage -dCompatibilityLevel=1.6 "$spool/__pdf__"
25 25
 		else
26 26
 			cp "$spool/__pdf__" $output