]> git.madduck.net Git - etc/mutt.git/commitdiff

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:

add muttprintrc
authormartin f. krafft <madduck@madduck.net>
Fri, 12 Sep 2008 10:59:14 +0000 (11:59 +0100)
committermartin f. krafft <madduck@madduck.net>
Fri, 12 Sep 2008 10:59:14 +0000 (11:59 +0100)
.muttprintrc [new file with mode: 0644]

diff --git a/.muttprintrc b/.muttprintrc
new file mode 100644 (file)
index 0000000..3d093c0
--- /dev/null
@@ -0,0 +1,131 @@
+# MUTTPRINT configuration file
+#
+# ~/.muttprintrc or /etc/Muttprintrc
+
+#
+# Here you can configure your printer
+# To print in a file, use the following entry:
+# PRINTER="TO_FILE:/home/berwal/test.ps"
+PRINTER="lp"
+
+#
+# Here you can set the print command
+# $PRINTER is substituted by the PRINTER
+# variable
+# CUPS: Either "CUPS" or an arbitrary command which
+# contains $CUPS_OPTIONS which is replaced by the
+# options used for CUPS
+PRINT_COMMAND="lp"
+
+#
+# Here you can set the path to the penguin image
+PENGUIN="off"
+
+#
+# Turn printing of X-Face picture on/off
+XFACE="off"
+
+#
+# Here you can turn the duplex print on or off.
+# Possible values are "off" or "on"
+#
+# For Postscript duplex printer set it to "printer"
+DUPLEX="on"
+
+#
+# Here you can turn on or off the paper save mode
+# (printing 2 pages on 1 page)
+# Set it to 'optional' if you only want papersave mode
+# if more than one page is printed.
+PAPERSAVE="optional"
+
+#
+# Here you can set the printing speed in seconds
+# per page
+SPEED="30"
+
+#
+# Choose a font:
+# - Latex (EC-Fonts)
+# - Latex-bright (CM-bright)
+# - Times
+# - Utopia
+# - Palatino
+# - Charter
+# - Bookman
+# - AvantGarde
+# - CentSchool
+# - Chancery
+# - Helvetica
+FONT="Latex"
+
+
+#
+# Choose a style for the first page
+# - plain       no rules
+# - border      rule after the headers
+# - fbox        simple box around the mail headers
+# - shadowbox   shadowbox around the header
+# - ovalbox     box with rounded corners around the header (thin lines)
+# - Ovalbox     same as "ovalbox" but thicker lines
+# - doublebox   box with double lines around the header
+# - grey        grey background behind the headers
+# - greybox     same as "grey" but with a additional black box
+FRONTSTYLE="grey"
+
+#
+# Should there be a rule after the header (not first page)
+HEADRULE="on"
+
+#
+# Should there be a rule over the footer
+FOOTRULE="on"
+
+#
+# Choose a paper format:
+# - A4
+# - letter
+PAPER="A4"
+
+#
+# prints no signatures which were separated by "-- "
+REM_SIG="on"
+
+#
+# prints no quoting
+REM_QUOTE="off"
+
+#
+# Choose of the printed headers, separation with "_"
+# /Header/ : italic printing
+# *Header* : bold printing
+# If the header does not exist, it is not printed.
+PRINTED_HEADERS="Date_To_From_CC_Newsgroups_*Subject*_Message-ID"
+
+# 
+# Writes error messages of LaTeX and dvips to /tmp/muttprint.log
+DEBUG="0"
+
+#
+# Font size: 10pt, 11pt or 12pt
+FONTSIZE="10pt"
+
+#
+# Longest line
+WRAPMARGIN="80"
+
+#
+# Date (format of printed date)
+# original, local
+DATE="local"
+
+#
+# Date format string (only if DATE=local)
+# See strftime(3) for details
+DATE_FORMAT="%c"
+
+#
+# should muttprint run in the background after reading the mail
+# data (prints no error messages anymore)
+BACKGROUND="off"
+