diff options
| author | fukachan <fukachan> | 2006-03-12 12:43:17 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-03-12 12:43:17 +0000 |
| commit | dd09d31bf9ba97b2dbc7dfda75cef2a53c743550 (patch) | |
| tree | e6abf771f73fef0aae6c1108e8919528f06b8e06 /fml/lib/FML/Process/Kernel.pm | |
| parent | 9ab57799474499f41898d72a068d0022291b1816 (diff) | |
| download | fml8-dd09d31bf9ba97b2dbc7dfda75cef2a53c743550.tar.gz fml8-dd09d31bf9ba97b2dbc7dfda75cef2a53c743550.tar.bz2 fml8-dd09d31bf9ba97b2dbc7dfda75cef2a53c743550.zip | |
pass {mode => default} parameters to FML::Header object by default.
Diffstat (limited to 'fml/lib/FML/Process/Kernel.pm')
| -rw-r--r-- | fml/lib/FML/Process/Kernel.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Kernel.pm b/fml/lib/FML/Process/Kernel.pm index 11a21b4d..5860d854 100644 --- a/fml/lib/FML/Process/Kernel.pm +++ b/fml/lib/FML/Process/Kernel.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: Kernel.pm,v 1.274 2006/02/05 01:07:13 fukachan Exp $ +# $FML: Kernel.pm,v 1.275 2006/02/15 13:44:04 fukachan Exp $ # package FML::Process::Kernel; @@ -2946,6 +2946,7 @@ sub _add_info_on_header use FML::Header; my $hrw_args = { type => 'MIME::Lite', + mode => 'default', message => $msg, }; FML::Header->add_message_id($config, $hrw_args); |
