Changeset 102

Show
Ignore:
Timestamp:
02/21/06 21:30:50
Author:
miyagawa
Message:

trip_prefix is on by default and not an option anymore

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/lib/Plagger/Plugin/CustomFeed/Mailman.pm

    r98 r102  
    8686 
    8787    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+//; 
    9289 
    9390        my $entry = Plagger::Entry->new;