X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=contrib%2Ft-prot.sl;h=422b554a8f7ef1c57e1904139533b128d37bc7cc;hb=317f6247fff5c0cb53bf4218daaaa424e544e704;hp=3548a9577c29a80e0d84acbda083189305889fa3;hpb=93a81a76e82ae8b448d5dd15cad299572d4a90fd;p=pkg%2Ft-prot.git diff --git a/contrib/t-prot.sl b/contrib/t-prot.sl index 3548a95..422b554 100644 --- a/contrib/t-prot.sl +++ b/contrib/t-prot.sl @@ -1,4 +1,4 @@ -% $Id: t-prot.sl,v 1.17 2006/05/16 11:33:32 jochen Exp $ +% $Id: t-prot.sl,v 1.18 2010/02/19 16:21:14 jochen Exp $ % Copyright (c) 2003-2005 Jochen Striepe % % This file is provided as an example implemention for articles to be @@ -12,7 +12,7 @@ % % If you are not happy with the suggested t-prot default parameters, % put something like -% variable t_prot_params = "-cemtS"; +% variable t_prot_params = "-c -emtS"; % variable t_prot_tmpdir = "$HOME/.tmpdir"; % variable t_prot_qp = ""; % into ~/.slrn/t-prot-cfg and add @@ -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_params = "-aeklmtc -S --diff --bigq -L$HOME/.slrn/mlfooters -A$HOME/.slrn/adfooters"; 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; };'";