[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/mail/configure.zcml Provide a vocabulary for mail delivery utilities.

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Jun 9 09:20:59 EDT 2005


Log message for revision 30704:
  Provide a vocabulary for mail delivery utilities.
  

Changed:
  U   Zope3/trunk/src/zope/app/mail/configure.zcml

-=-
Modified: Zope3/trunk/src/zope/app/mail/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/mail/configure.zcml	2005-06-09 11:56:59 UTC (rev 30703)
+++ Zope3/trunk/src/zope/app/mail/configure.zcml	2005-06-09 13:20:59 UTC (rev 30704)
@@ -23,4 +23,13 @@
                       mailer="smtp" />
    -->
 
+  <interface interface="zope.app.mail.interfaces.IMailDelivery" />
+
+  <vocabulary
+      name="Mail Delivery Names"
+      factory="zope.app.component.vocabulary.UtilityVocabulary"
+      interface="zope.app.mail.interfaces.IMailDelivery" 
+      nameOnly="True" />
+
+
 </configure>



More information about the Zope3-Checkins mailing list