From dbb80da12e0cb09596c71ac772c20d615db7971f Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Mon, 25 Aug 2014 13:17:21 +0200 Subject: [PATCH] Imported Upstream version 3.2 --- ChangeLog | 13 +++++++++++++ t-prot | 8 ++++---- t-prot.1 | 6 +++--- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 39fd68b..6a1678f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2014-08-22 10:58 Jochen Striepe + + * t-prot: Release as version 3.2. + +2014-08-19 15:21 Jochen Striepe + + * t-prot: Make bigq work when MS Tofu is detected with no text + above the quote, as with ZimbraWebClient. + +2014-08-19 09:40 Jochen Striepe + + * t-prot.1: Fix spelling error. + 2014-08-18 17:23 Jochen Striepe * t-prot.1: Update date string. diff --git a/t-prot b/t-prot index e317162..46b2749 100755 --- a/t-prot +++ b/t-prot @@ -1,13 +1,13 @@ #!/usr/bin/perl -w -# $Id: t-prot,v 1.322 2014/08/18 15:14:36 jochen Exp $ +# $Id: t-prot,v 1.324 2014/08/22 08:58:19 jochen Exp $ require 5.006; use strict; use Fcntl qw(O_EXCL O_WRONLY O_CREAT); use Getopt::Long qw(:config gnu_getopt no_ignore_case); -use constant VER => '3.1'; +use constant VER => '3.2'; use constant REV => ''; -use constant REL => q$Revision: 1.322 $=~m/(\d+(?:\.\d+)+)/; +use constant REL => q$Revision: 1.324 $=~m/(\d+(?:\.\d+)+)/; # MTA expecting mail on STDIN # (you might have to adjust this if using a different MTA) use constant SENDMAIL => '/usr/sbin/sendmail -oi'; @@ -837,7 +837,7 @@ sub process_msg { $$lines[$x] =~ /^>>> On [A-Z][a-z][a-z]?, [A-Z][a-z][a-z]? \d\d?, \d\d\d\d at [ \d]\d:\d\d [AP]M, in message/))) { $x++; $trad = 0; - $bigqn = 0; + if ($k) { $bigqn = 0; } last DONE; } } diff --git a/t-prot.1 b/t-prot.1 index 2e0f1d8..86b7881 100644 --- a/t-prot.1 +++ b/t-prot.1 @@ -1,4 +1,4 @@ -.\" $Id: t-prot.1,v 1.189 2014/08/18 15:23:39 jochen Exp $ +.\" $Id: t-prot.1,v 1.190 2014/08/19 07:40:02 jochen Exp $ .\" .TH T-PROT "1" "August 2014" "T-PROT" .SH NAME @@ -367,7 +367,7 @@ Subject lines with multiple reply prefixes (Re: and translations into other languages) get squeezed to only one prefix. .TP .BR "\-S" "[=n]" -"supression of overlong signatures": +"suppression of overlong signatures": Signatures are to be n lines (not including the one containing dash-dash-space) or less. If there are more, it is probably not that spirited after all. So with this option you trade it for a @@ -564,7 +564,7 @@ your line is empty you match unconditionally. .PP .TP .IR Q : -I use the options \-l and \-L to supress mailing list footers when +I use the options \-l and \-L to suppress mailing list footers when displaying messages in .BR mutt (1). This does work sometimes, but sometimes it does not: the footer is not -- 2.39.2