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"
12 # Here you can set the print command
13 # $PRINTER is substituted by the PRINTER
15 # CUPS: Either "CUPS" or an arbitrary command which
16 # contains $CUPS_OPTIONS which is replaced by the
17 # options used for CUPS
18 PRINT_COMMAND="lp -d $PRINTER -t muttprint"
21 # Here you can set the path to the penguin image
25 # Turn printing of X-Face picture on/off
29 # Here you can turn the duplex print on or off.
30 # Possible values are "off" or "on"
32 # For Postscript duplex printer set it to "printer"
36 # Here you can turn on or off the paper save mode
37 # (printing 2 pages on 1 page)
38 # Set it to 'optional' if you only want papersave mode
39 # if more than one page is printed.
43 # Here you can set the printing speed in seconds
50 # - Latex-bright (CM-bright)
64 # Choose a style for the first page
66 # - border rule after the headers
67 # - fbox simple box around the mail headers
68 # - shadowbox shadowbox around the header
69 # - ovalbox box with rounded corners around the header (thin lines)
70 # - Ovalbox same as "ovalbox" but thicker lines
71 # - doublebox box with double lines around the header
72 # - grey grey background behind the headers
73 # - greybox same as "grey" but with a additional black box
77 # Should there be a rule after the header (not first page)
81 # Should there be a rule over the footer
85 # Choose a paper format:
91 # prints no signatures which were separated by "-- "
99 # Choose of the printed headers, separation with "_"
100 # /Header/ : italic printing
101 # *Header* : bold printing
102 # If the header does not exist, it is not printed.
103 PRINTED_HEADERS="Date_To_From_CC_Newsgroups_*Subject*_Message-ID"
106 # Writes error messages of LaTeX and dvips to /tmp/muttprint.log
110 # Font size: 10pt, 11pt or 12pt
118 # Date (format of printed date)
123 # Date format string (only if DATE=local)
124 # See strftime(3) for details
128 # should muttprint run in the background after reading the mail
129 # data (prints no error messages anymore)