From: David Bremner Date: Mon, 1 Sep 2008 13:53:32 +0000 (-0300) Subject: put back missing loadplugin X-Git-Tag: 0.4~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1ea91b267302b1615da6eb6a3a992c057bbdf0c6;p=ikiwiki.git put back missing loadplugin --- diff --git a/IkiWiki/Plugin/mailbox.pm b/IkiWiki/Plugin/mailbox.pm index 6f19d44a7..14a4a7810 100644 --- a/IkiWiki/Plugin/mailbox.pm +++ b/IkiWiki/Plugin/mailbox.pm @@ -28,6 +28,8 @@ sub import { #{{{ hook(type => "preprocess", id => "mailbox", call => \&preprocess); hook(type => "scan", id => "mailbox", call => \&scan); hook(type => "pagetemplate", id=>"mailbox", call => \&pagetemplate); + hook(type => "htmlize",id=>"mbox",call => \&mbox_htmlize); + IkiWiki::loadplugin("filecheck"); } # }}} sub scan(@){