X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/483574f6238c9a8367c8bb29470350b026432e9b..138075553958c7067587307f6c38a45381aac2b2:/.muttprintrc diff --git a/.muttprintrc b/.muttprintrc index 74e29eb..9da8c09 100644 --- a/.muttprintrc +++ b/.muttprintrc @@ -6,7 +6,7 @@ # Here you can configure your printer # To print in a file, use the following entry: # PRINTER="TO_FILE:/home/berwal/test.ps" -PRINTER="lp" +PRINTER="TO_FILE:~/.tmp/mail.ps" # # Here you can set the print command @@ -15,7 +15,7 @@ PRINTER="lp" # CUPS: Either "CUPS" or an arbitrary command which # contains $CUPS_OPTIONS which is replaced by the # options used for CUPS -PRINT_COMMAND="lp" +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" -