From 8d642798e6992fa4f79722e58cbec117b68ae503 Mon Sep 17 00:00:00 2001 From: fukachan Date: Tue, 21 May 2002 14:20:46 +0000 Subject: $mail_incoming_dir -> $incoming_message_dir --- fml/lib/FML/Process/Kernel.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fml') diff --git a/fml/lib/FML/Process/Kernel.pm b/fml/lib/FML/Process/Kernel.pm index c2e6f554..39a8b5c4 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.97 2002/05/21 11:21:47 fukachan Exp $ +# $FML: Kernel.pm,v 1.98 2002/05/21 11:43:03 fukachan Exp $ # package FML::Process::Kernel; @@ -464,7 +464,7 @@ sub parse_incoming_message # save input message for further investigation my $config = $curproc->{ config }; if ($config->yes('use_incoming_message_cache')) { - my $dir = $config->{ mail_incoming_dir }; + my $dir = $config->{ incoming_message_dir }; my $modulus = $config->{ incoming_message_cache_size }; my $obj = new File::CacheDir { directory => $dir, -- cgit v1.2.1