~launchpad-pqm/launchpad/devel

7845.2.3 by Tim Penhey
Add the example zcml config file, and notes to doc/mailbox.txt.
1
<configure
2
    xmlns="http://namespaces.zope.org/zope"
3
    xmlns:mail="http://namespaces.zope.org/mail">
4
5
  <mail:directoryMailBox
6
      directory="/var/tmp/launchpad_script_mailbox" />
7
8
</configure>