diff options
| author | fukachan <fukachan> | 2002-01-13 13:35:24 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-01-13 13:35:24 +0000 |
| commit | 48105cef6bf7d7217d8dfc32cc8d65d8207e6250 (patch) | |
| tree | 916e523bc1ee7221aa9296f748f6d6d60fa7fa9c /fml/lib/Mail/ThreadTrack | |
| parent | 6d98e6e3385a022451ee6b1ff0f5779e14297747 (diff) | |
| download | fml8-48105cef6bf7d7217d8dfc32cc8d65d8207e6250.tar.gz fml8-48105cef6bf7d7217d8dfc32cc8d65d8207e6250.tar.bz2 fml8-48105cef6bf7d7217d8dfc32cc8d65d8207e6250.zip | |
remove \s*$
Diffstat (limited to 'fml/lib/Mail/ThreadTrack')
| -rw-r--r-- | fml/lib/Mail/ThreadTrack/Analyze.pm | 6 | ||||
| -rw-r--r-- | fml/lib/Mail/ThreadTrack/DB.pm | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/fml/lib/Mail/ThreadTrack/Analyze.pm b/fml/lib/Mail/ThreadTrack/Analyze.pm index 54ee9de2..2d62fb74 100644 --- a/fml/lib/Mail/ThreadTrack/Analyze.pm +++ b/fml/lib/Mail/ThreadTrack/Analyze.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: Analyze.pm,v 1.20 2001/12/22 09:21:20 fukachan Exp $ +# $FML: Analyze.pm,v 1.21 2001/12/26 14:23:30 fukachan Exp $ # package Mail::ThreadTrack::Analyze; @@ -421,8 +421,8 @@ sub _extract_thread_id_in_subject } -# Descriptions: -# For example, consider a posting to both elena ML and +# Descriptions: +# For example, consider a posting to both elena ML and # rudo (DM) from kenken. # # From: kenken diff --git a/fml/lib/Mail/ThreadTrack/DB.pm b/fml/lib/Mail/ThreadTrack/DB.pm index 425c2528..0c3a9458 100644 --- a/fml/lib/Mail/ThreadTrack/DB.pm +++ b/fml/lib/Mail/ThreadTrack/DB.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: DB.pm,v 1.17 2001/12/22 09:21:20 fukachan Exp $ +# $FML: DB.pm,v 1.18 2001/12/26 14:23:30 fukachan Exp $ # package Mail::ThreadTrack::DB; @@ -50,7 +50,7 @@ my @kind_of_databases = qw(thread_id date status sender articles message_id); -# Descriptions: open database by tie() +# Descriptions: open database by tie() # Arguments: OBJ($self) # Side Effects: none # Return Value: none |
