/[suikacvs]/messaging/manakai/lib/Message/Body/TextPlain.pm
Suika

Diff of /messaging/manakai/lib/Message/Body/TextPlain.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by wakaba, Sun Jun 9 10:57:16 2002 UTC revision 1.7 by wakaba, Sun Jun 16 10:44:08 2002 UTC
# Line 47  sub _init ($;%) { Line 47  sub _init ($;%) {
47    unless (defined $self->{option}->{fill_ct}) {    unless (defined $self->{option}->{fill_ct}) {
48      $self->{option}->{fill_ct} = $self->{option}->{format} =~ /http|mime/;      $self->{option}->{fill_ct} = $self->{option}->{format} =~ /http|mime/;
49    }    }
50        if ($self->{option}->{format} =~ /http/) {
51          $self->{option}->{use_normalization} = 0;
52        } else {
53          $self->{option}->{use_normalization} = 1;
54        }
55  }  }
56    
57  =item $body = Message::Body::TextPlain->new ([%options])  =item $body = Message::Body::TextPlain->new ([%options])

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24