Changeset 102
- Timestamp:
- 02/21/06 21:30:50
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/CustomFeed/Mailman.pm
r98 r102 86 86 87 87 for my $match (@matches) { 88 if ($self->conf->{trim_prefix}) { 89 # don't use $id here. Some Re: messages contain original ID 90 $match->{subject} =~ s/\[$title \d+\]\s+//; 91 } 88 $match->{subject} =~ s/\[$title \d+\]\s+//; 92 89 93 90 my $entry = Plagger::Entry->new;
