diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-08-12 03:06:53 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-08-12 03:06:53 +0000 |
commit | b2f60e82fbda37a4af217f55407a2cfd2c1e4ddc (patch) | |
tree | 98df3cb6da11c4b4a5053bfc8041ffea443ad9a9 /Echolot/Config.pm | |
parent | 5bed60a2cba93a8e026f2fe065ed12338b47eb54 (diff) |
Config option mailindir was renamed to mailin. You now can also point it to a mbox format mailbox now.
Diffstat (limited to 'Echolot/Config.pm')
-rw-r--r-- | Echolot/Config.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Echolot/Config.pm b/Echolot/Config.pm index ca4fb67..62a1c00 100644 --- a/Echolot/Config.pm +++ b/Echolot/Config.pm @@ -1,7 +1,7 @@ package Echolot::Config; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: Config.pm,v 1.37 2002/08/11 14:57:23 weasel Exp $ +# $Id: Config.pm,v 1.38 2002/08/12 03:06:53 weasel Exp $ # =pod @@ -105,7 +105,7 @@ sub init($) { expire_thesaurus => 21*24*60*60, # 21 days # Directories and files - mailindir => 'mail', + mailin => 'mail', mailerrordir => 'mail-errors', resultdir => 'results', thesaurusdir => 'results/thesaurus', |