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

include timestamps in file output
authormartin f. krafft <madduck@madduck.net>
Thu, 30 Mar 2017 09:41:52 +0000 (11:41 +0200)
committermartin f. krafft <madduck@madduck.net>
Thu, 30 Mar 2017 09:41:55 +0000 (11:41 +0200)
.muttprintrc

index 9da8c092de94f51e765a0451df33dd63a39fd5bb..189755313834e81c0da2d75a686f5a28433d8491 100644 (file)
@@ -6,7 +6,8 @@
 # Here you can configure your printer
 # To print in a file, use the following entry:
 # PRINTER="TO_FILE:/home/berwal/test.ps"
-PRINTER="TO_FILE:~/.tmp/mail.ps"
+#PRINTER="TO_FILE:~/.tmp/mail.ps"
+PRINTER=PDF
 
 #
 # Here you can set the print command
@@ -15,7 +16,7 @@ PRINTER="TO_FILE:~/.tmp/mail.ps"
 # CUPS: Either "CUPS" or an arbitrary command which
 # contains $CUPS_OPTIONS which is replaced by the
 # options used for CUPS
-PRINT_COMMAND="lp -d $PRINTER -t muttprint"
+PRINT_COMMAND="lp -d $PRINTER -t $(date +'%F-%H%M%S-%N')-muttprint"
 
 #
 # Here you can set the path to the penguin image
@@ -89,7 +90,7 @@ PAPER="A4"
 
 #
 # prints no signatures which were separated by "-- "
-REM_SIG="on"
+REM_SIG="off"
 
 #
 # prints no quoting
@@ -122,7 +123,7 @@ DATE="local"
 #
 # Date format string (only if DATE=local)
 # See strftime(3) for details
-DATE_FORMAT="%c"
+DATE_FORMAT="%F %X %Z"
 
 #
 # should muttprint run in the background after reading the mail