]> git.madduck.net Git - etc/mutt.git/blob - .muttprintrc

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:

Merge branch 'master' of ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/mutt
[etc/mutt.git] / .muttprintrc
1 # MUTTPRINT configuration file
2 #
3 # ~/.muttprintrc or /etc/Muttprintrc
4
5 #
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="pdf"
10
11 #
12 # Here you can set the print command
13 # $PRINTER is substituted by the PRINTER
14 # variable
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 pdf"
19
20 #
21 # Here you can set the path to the penguin image
22 PENGUIN="off"
23
24 #
25 # Turn printing of X-Face picture on/off
26 XFACE="off"
27
28 #
29 # Here you can turn the duplex print on or off.
30 # Possible values are "off" or "on"
31 #
32 # For Postscript duplex printer set it to "printer"
33 DUPLEX="printer"
34
35 #
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.
40 PAPERSAVE="optional"
41
42 #
43 # Here you can set the printing speed in seconds
44 # per page
45 SPEED="30"
46
47 #
48 # Choose a font:
49 # - Latex (EC-Fonts)
50 # - Latex-bright (CM-bright)
51 # - Times
52 # - Utopia
53 # - Palatino
54 # - Charter
55 # - Bookman
56 # - AvantGarde
57 # - CentSchool
58 # - Chancery
59 # - Helvetica
60 FONT="Latex"
61
62
63 #
64 # Choose a style for the first page
65 # - plain       no rules
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
74 FRONTSTYLE="grey"
75
76 #
77 # Should there be a rule after the header (not first page)
78 HEADRULE="on"
79
80 #
81 # Should there be a rule over the footer
82 FOOTRULE="on"
83
84 #
85 # Choose a paper format:
86 # - A4
87 # - letter
88 PAPER="A4"
89
90 #
91 # prints no signatures which were separated by "-- "
92 REM_SIG="on"
93
94 #
95 # prints no quoting
96 REM_QUOTE="off"
97
98 #
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"
104
105
106 # Writes error messages of LaTeX and dvips to /tmp/muttprint.log
107 DEBUG="0"
108
109 #
110 # Font size: 10pt, 11pt or 12pt
111 FONTSIZE="10pt"
112
113 #
114 # Longest line
115 WRAPMARGIN="80"
116
117 #
118 # Date (format of printed date)
119 # original, local
120 DATE="local"
121
122 #
123 # Date format string (only if DATE=local)
124 # See strftime(3) for details
125 DATE_FORMAT="%c"
126
127 #
128 # should muttprint run in the background after reading the mail
129 # data (prints no error messages anymore)
130 BACKGROUND="off"
131