summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/ThreadTrack
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-11-26 09:12:37 +0000
committerfukachan <fukachan>2001-11-26 09:12:37 +0000
commitf7036755c3a3a18881f8aa97d772218c08474848 (patch)
treefae16f3a9e8da5a5ded4b3ff1b4cda8c066330f3 /fml/lib/Mail/ThreadTrack
parent67583709d6e4c0efc148f7d1ab2bd23982657cc9 (diff)
downloadfml8-f7036755c3a3a18881f8aa97d772218c08474848.tar.gz
fml8-f7036755c3a3a18881f8aa97d772218c08474848.tar.bz2
fml8-f7036755c3a3a18881f8aa97d772218c08474848.zip
toggle header rewriting (subject) to add thread id. off by default
Diffstat (limited to 'fml/lib/Mail/ThreadTrack')
-rw-r--r--fml/lib/Mail/ThreadTrack/Analyze.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/Mail/ThreadTrack/Analyze.pm b/fml/lib/Mail/ThreadTrack/Analyze.pm
index 8d518e58..da5a49a9 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.15 2001/11/18 08:58:54 fukachan Exp $
+# $FML: Analyze.pm,v 1.16 2001/11/19 14:34:31 fukachan Exp $
#
package Mail::ThreadTrack::Analyze;
@@ -51,7 +51,7 @@ sub analyze
my ($self, $msg) = @_;
$self->assign($msg);
- $self->rewrite_header($msg);
+ $self->rewrite_header($msg) if $self->{ _is_rewrite_header };
$self->update_thread_status($msg);
$self->update_db($msg);
}