]> 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:

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