From 743444cf314716f26ea11dcb291cbf806415de63 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 26 Aug 2008 22:43:07 -0300 Subject: [PATCH] add filecheck plugin to test wiki --- test/test.setup | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/test.setup b/test/test.setup index 82b725e30..512f14fbb 100644 --- a/test/test.setup +++ b/test/test.setup @@ -139,7 +139,9 @@ use IkiWiki::Setup::Standard { #multimarkdown => 1, # To add plugins, list them here. - add_plugins=>[qw{mailbox}], + # you probably want filecheck if you are getting mail from someone + # other than yourself. + add_plugins=>[qw{filecheck mailbox}], #add_plugins => [qw{goodstuff search wikitext camelcase # htmltidy fortune sidebar map rst anonok}], # If you want to disable any of the default plugins, list them here. -- 2.26.2