From: David Bremner Date: Wed, 27 Aug 2008 01:43:07 +0000 (-0300) Subject: add filecheck plugin to test wiki X-Git-Tag: 0.4~21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=743444cf314716f26ea11dcb291cbf806415de63;p=ikiwiki.git add filecheck plugin to test wiki --- 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.