-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.muttprintrc
88 lines (64 loc) · 1.77 KB
/
.muttprintrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# ~/.muttprintrc --- muttprint configuration
# printer
#PRINTER="TO_FILE:/home/berwal/test.ps"
#PRINTER="lp"
# command for printing
#PRINT_COMMAND="lpr -P$PRINTER"
PRINT_COMMAND="lpr"
# path to penguin image
PENGUIN="off"
# printing of X-Face picture (on/off)
XFACE="off"
# duplex printing (on/off) (or "printer" for Postscript duplexing)
DUPLEX="printer"
# printing 2 pages on 1 sheet (on/off)
PAPERSAVE="off"
# Here you can set the printing speed in seconds per page
SPEED="30"
# Header font: Latex, Latex-bright, Times, Utopia, Palatino, Charter, Bookman
FONT="Charter"
# Header style
FRONTSTYLE="border"
# Should there be a rule after the header (not first page)
HEADRULE="on"
# Should there be a rule over the footer
FOOTRULE="on"
# paper format (if not specified look in /etc/papersize)
#PAPER="A4"
# prints no signatures
REM_SIG="off"
# how does a signature look like?
SIG_REGEXP="^-- $"
# prints no quoting
REM_QUOTE="off"
# Printed headers (separation with "_", /italic/, *bold*)
PRINTED_HEADERS="Date_To_From_CC_Newsgroups_*Subject*"
# write error messages to /tmp/muttprint.log
DEBUG="0"
# Font size: 10pt, 11pt or 12pt
FONTSIZE="10pt"
# Longest line
WRAPMARGIN="80"
# margins
TOPMARGIN="19"
BOTTOMMARGIN="22"
LEFTMARGIN="20"
RIGHTMARGIN="20"
# Date (format of printed date)
# original, local (needs Date::Parse from libtimedate-perl)
DATE="original"
# Date format string (only if DATE=local)
# See strftime(3) for details
DATE_FORMAT="%c"
# pass special options to the verbatim environment, see texdoc fancyvrvb
VERBATIMNORMAL=""
VERBATIMSIG="fontshape=it"
# how should the address be printed out?
ADDRESSFORMAT="%r <%a>,\n"
# own LaTeX code to be inserted
LATEXCODE="\usepackage[scaled=0.95]{beramono}"
LATEXCODE1=""
LATEXCODE2=""
LATEXCODE3=""
LATEXCODE4=""
LATEXCODE5=""