]> git.madduck.net Git - etc/mutt.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

switch back to using muttprint
authormartin f. krafft <madduck@madduck.net>
Tue, 15 Jun 2010 12:37:39 +0000 (14:37 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 15 Jun 2010 12:37:39 +0000 (14:37 +0200)
.mutt/muttrc
.muttprintrc

index 910fb6d060d7b828b87dbe3a5136f1ce674a05b5..3f086d493d367339372ad750074c18f516e3fa8f 100644 (file)
@@ -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
index 7d56168726b4015989420f54d03121bd38ac6300..1cf6912142054b200f8417eefa21042aba4e3702 100644 (file)
@@ -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"
-