From e6c85810fc1536676fb72b4bf050aca72f0e9b10 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 5 Apr 2014 03:17:35 +0000 Subject: remove failrepo config We will just use the fallback in Email::Filter to reduce configuration knobs. Failed messages are failed messages, do not classify them beyond that. --- lib/PublicInbox/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox/Config.pm') diff --git a/lib/PublicInbox/Config.pm b/lib/PublicInbox/Config.pm index b13e5cec..b6885a31 100644 --- a/lib/PublicInbox/Config.pm +++ b/lib/PublicInbox/Config.pm @@ -34,7 +34,7 @@ sub lookup { my %rv = map { $_ => $self->{"$pfx.$_"} - } (qw(mainrepo failrepo description address)); + } (qw(mainrepo description address)); \%rv; } -- cgit v1.2.3-24-ge0c7