From a5fef4afefa88d0ae3c2ef305dc1a815a614e9aa Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 15 Jun 2010 14:37:39 +0200 Subject: [PATCH] switch back to using muttprint --- .mutt/muttrc | 3 ++- .muttprintrc | 7 +++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.mutt/muttrc b/.mutt/muttrc index 910fb6d..3f086d4 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -3219,7 +3219,8 @@ set postponed="=drafts" # # This specifies the command pipe that should be used to print messages. -set print_command="iconv -s -tlatin1//TRANSLIT | a2ps -=mail -Xlatin1 --title='%D{%Y.%m.%d.%H%M%S}-\$t2-\$t1' -B --borders=no --header='\$t2: \$t1' --left-footer='#?l!%E!#?v|%E|%s./%s#|!' --right-footer='#?l!%s./%s#!#?v|%s./%s#|%E|!' -cl100 -1qP cupspdf" +#set print_command="iconv -s -tlatin1//TRANSLIT | a2ps -=mail -Xlatin1 --title='%D{%Y.%m.%d.%H%M%S}-\$t2-\$t1' -B --borders=no --header='\$t2: \$t1' --left-footer='#?l!%E!#?v|%E|%s./%s#|!' --right-footer='#?l!%s./%s#!#?v|%s./%s#|%E|!' -cl100 -1qP cupspdf" +set print_command="muttprint" # # set print_decode=yes diff --git a/.muttprintrc b/.muttprintrc index 7d56168..1cf6912 100644 --- a/.muttprintrc +++ b/.muttprintrc @@ -15,7 +15,7 @@ PRINTER="pdf" # CUPS: Either "CUPS" or an arbitrary command which # contains $CUPS_OPTIONS which is replaced by the # options used for CUPS -PRINT_COMMAND="lp -d pdf" +PRINT_COMMAND="lp -d $PRINTER -t muttprint" # # Here you can set the path to the penguin image @@ -23,7 +23,7 @@ PENGUIN="off" # # Turn printing of X-Face picture on/off -XFACE="off" +XFACE="on" # # Here you can turn the duplex print on or off. @@ -57,7 +57,7 @@ SPEED="30" # - CentSchool # - Chancery # - Helvetica -FONT="Latex" +FONT="Latex-bright" # @@ -128,4 +128,3 @@ DATE_FORMAT="%c" # should muttprint run in the background after reading the mail # data (prints no error messages anymore) BACKGROUND="off" - -- 2.39.2