diff options
| author | fukachan <fukachan> | 2001-11-09 13:30:38 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-11-09 13:30:38 +0000 |
| commit | 3ad18db4e3e3436f143b4b4cafbaa52df1b21bdd (patch) | |
| tree | acde10017de09dca14a4300c66c503bd9fbc51f3 /fml/lib/Mail/ThreadTrack | |
| parent | 07702a3e249b5d72bfeff8165272fd9598ad512e (diff) | |
| download | fml8-3ad18db4e3e3436f143b4b4cafbaa52df1b21bdd.tar.gz fml8-3ad18db4e3e3436f143b4b4cafbaa52df1b21bdd.tar.bz2 fml8-3ad18db4e3e3436f143b4b4cafbaa52df1b21bdd.zip | |
ignore ^= line in message summary
Diffstat (limited to 'fml/lib/Mail/ThreadTrack')
| -rw-r--r-- | fml/lib/Mail/ThreadTrack/Print/Message.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/Mail/ThreadTrack/Print/Message.pm b/fml/lib/Mail/ThreadTrack/Print/Message.pm index ff078c34..af338db1 100644 --- a/fml/lib/Mail/ThreadTrack/Print/Message.pm +++ b/fml/lib/Mail/ThreadTrack/Print/Message.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Utils.pm,v 1.1 2001/11/09 10:37:06 fukachan Exp $ +# $FML: Message.pm,v 1.1 2001/11/09 11:30:31 fukachan Exp $ # package Mail::ThreadTrack::Print::Message; @@ -82,7 +82,7 @@ sub _valid_buf my ($str) = @_; $str = STR2EUC( $str ); - if ($str =~ /^[\>\#\|\*\:\;]/) { + if ($str =~ /^[\>\#\|\*\:\;\=]/) { return 0; } elsif ($str =~ /^in /) { # quotation ? |
