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.
1 # MUTTPRINT configuration file
3 # ~/.muttprintrc or /etc/Muttprintrc
6 # Here you can configure your printer
7 # To print in a file, use the following entry:
8 # PRINTER="TO_FILE:/home/berwal/test.ps"
9 #PRINTER="TO_FILE:~/.tmp/mail.ps"
13 # Here you can set the print command
14 # $PRINTER is substituted by the PRINTER
16 # CUPS: Either "CUPS" or an arbitrary command which
17 # contains $CUPS_OPTIONS which is replaced by the
18 # options used for CUPS
19 PRINT_COMMAND="lp -d $PRINTER -t $(date +'%F-%H%M%S-%N')-muttprint"
22 # Here you can set the path to the penguin image
26 # Turn printing of X-Face picture on/off
30 # Here you can turn the duplex print on or off.
31 # Possible values are "off" or "on"
33 # For Postscript duplex printer set it to "printer"
37 # Here you can turn on or off the paper save mode
38 # (printing 2 pages on 1 page)
39 # Set it to 'optional' if you only want papersave mode
40 # if more than one page is printed.
44 # Here you can set the printing speed in seconds
51 # - Latex-bright (CM-bright)
65 # Choose a style for the first page
67 # - border rule after the headers
68 # - fbox simple box around the mail headers
69 # - shadowbox shadowbox around the header
70 # - ovalbox box with rounded corners around the header (thin lines)
71 # - Ovalbox same as "ovalbox" but thicker lines
72 # - doublebox box with double lines around the header
73 # - grey grey background behind the headers
74 # - greybox same as "grey" but with a additional black box
78 # Should there be a rule after the header (not first page)
82 # Should there be a rule over the footer
86 # Choose a paper format:
92 # prints no signatures which were separated by "-- "
100 # Choose of the printed headers, separation with "_"
101 # /Header/ : italic printing
102 # *Header* : bold printing
103 # If the header does not exist, it is not printed.
104 PRINTED_HEADERS="Date_To_From_CC_Newsgroups_*Subject*_Message-ID"
107 # Writes error messages of LaTeX and dvips to /tmp/muttprint.log
111 # Font size: 10pt, 11pt or 12pt
119 # Date (format of printed date)
124 # Date format string (only if DATE=local)
125 # See strftime(3) for details
126 DATE_FORMAT="%F %X %Z"
129 # should muttprint run in the background after reading the mail
130 # data (prints no error messages anymore)