]> git.deb.at Git - pkg/t-prot.git/blobdiff - contrib/t-prot.sl
Imported Upstream version 2.0
[pkg/t-prot.git] / contrib / t-prot.sl
index 80ba4429cac114da6450af2c926b3efb0a377b0a..8d8431f8193f0bc5c203bac28f7aa1cd4c8d5e61 100644 (file)
@@ -1,5 +1,5 @@
-% $Id: t-prot.sl,v 1.14 2005/03/31 19:39:08 jochen Exp $
-% Copyright (c) 2003 Jochen Striepe <t-prot@tolot.escape.de>
+% $Id: t-prot.sl,v 1.16 2005/05/10 13:09:06 jochen Exp $
+% Copyright (c) 2003-2005 Jochen Striepe <t-prot@tolot.escape.de>
 %
 % This file is provided as an example implemention for articles to be
 % filtered through t-prot before displayed. They are still filtered if
@@ -51,7 +51,7 @@
 
 % these should be reasonable defaults (they work fine for me, SCNR):
 variable t_prot_params = "-aceklmtS --diff --bigq -L$HOME/.slrn/mlfooters -A$HOME/.slrn/adfooters";
-variable t_prot_tmpdir = "$HOME/tmp/slrn";
+variable t_prot_tmpdir = "$HOME/tmp/slrn"; % you better make sure it exists
 variable t_prot_qp = "perl -i -p -e '$p=1 if /^Content-Transfer-Encoding: quoted-printable/i; if ($p==1) { s/=([0-9a-f][0-9a-f])/chr(hex($1))/egi; s/=\n//eg; };'";
 
 define t_prot () {