8687.15.30
by Karl Fogel
Add the license header block to all .zcml files. |
1 |
<!-- Copyright 2009 Canonical Ltd. This software is licensed under the
|
2 |
GNU Affero General Public License version 3 (see the file LICENSE).
|
|
3 |
-->
|
|
4 |
||
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
5 |
<configure
|
6 |
xmlns="http://namespaces.zope.org/zope" |
|
7 |
xmlns:mail="http://namespaces.zope.org/mail" |
|
8 |
i18n_domain="zope"> |
|
9 |
||
6061.12.1
by Curtis Hovey
importfascist is was breaking the testrunner. |
10 |
<include package="zope.sendmail"/> |
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
11 |
|
12 |
<!-- Configure email for testing. Use direct delivery instead of
|
|
13 |
queued, as otherwise tests would be more painful and the background
|
|
14 |
thread created by queuedDelivery causes trouble too -->
|
|
15 |
<mail:testMailer name="test" /> |
|
16 |
<mail:directDelivery name="Mail" permission="zope.SendMail" mailer="test" /> |
|
17 |
||
1747
by Canonical.com Patch Queue Manager
Add IMailBox to access mails sent to launchpad (LaunchpadMailbox). r=spiv |
18 |
<!-- Configure a mail box which can be used when testing. Every email that
|
19 |
you send using testMailer will appear in this mail box. -->
|
|
20 |
<mail:testMailBox /> |
|
21 |
||
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
22 |
</configure>
|