projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3da1bc0
)
put back missing loadplugin
author
David Bremner
<bremner@unb.ca>
Mon, 1 Sep 2008 13:53:32 +0000
(10:53 -0300)
committer
David Bremner
<bremner@unb.ca>
Mon, 1 Sep 2008 13:54:43 +0000
(10:54 -0300)
IkiWiki/Plugin/mailbox.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/mailbox.pm
b/IkiWiki/Plugin/mailbox.pm
index 6f19d44a7ca6900f3c48d89ebc70f6f7beb64436..14a4a78106ed7409b32cbf89178a03d0fb657a11 100644
(file)
--- 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(@){