X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/63d4f56052b000fc080c1c85980bd34821857dfd..8ba8729fd14f583fa96f648738a36a70f26232be:/.muttprintrc?ds=sidebyside

diff --git a/.muttprintrc b/.muttprintrc
index 74e29eb..1897553 100644
--- a/.muttprintrc
+++ b/.muttprintrc
@@ -6,7 +6,8 @@
 # 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"
+PRINTER=PDF
 
 #
 # Here you can set the print command
@@ -15,7 +16,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 $(date +'%F-%H%M%S-%N')-muttprint"
 
 #
 # Here you can set the path to the penguin image
@@ -23,7 +24,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 +58,7 @@ SPEED="30"
 # - CentSchool
 # - Chancery
 # - Helvetica
-FONT="Latex"
+FONT="Latex-bright"
 
 
 #
@@ -89,7 +90,7 @@ PAPER="A4"
 
 #
 # prints no signatures which were separated by "-- "
-REM_SIG="on"
+REM_SIG="off"
 
 #
 # prints no quoting
@@ -122,10 +123,9 @@ DATE="local"
 #
 # Date format string (only if DATE=local)
 # See strftime(3) for details
-DATE_FORMAT="%c"
+DATE_FORMAT="%F %X %Z"
 
 #
 # should muttprint run in the background after reading the mail
 # data (prints no error messages anymore)
 BACKGROUND="off"
-