[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/mail/configure.zcml Fixed name of the example directive

Dmitry Vasiliev dima at hlabs.spb.ru
Tue Oct 4 06:06:49 EDT 2005


Log message for revision 38737:
  Fixed name of the example directive
  

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-10-04 00:56:05 UTC (rev 38736)
+++ Zope3/trunk/src/zope/app/mail/configure.zcml	2005-10-04 10:06:48 UTC (rev 38737)
@@ -5,7 +5,7 @@
    >
 
   <permission
-      id="zope.SendMail" 
+      id="zope.SendMail"
       title="[send-mail-permission]
              Send out mail with arbitrary from and to addresses"
       />
@@ -16,7 +16,7 @@
     To send mail, uncomment the following directive and be sure to
     create the queue directory.
 
-  <mail:queuedService permission="zope.SendMail"
+  <mail:queuedDelivery permission="zope.SendMail"
                       queuePath="./queue"
                       mailer="smtp" />
    -->
@@ -26,7 +26,7 @@
   <vocabulary
       name="Mail Delivery Names"
       factory="zope.app.component.vocabulary.UtilityVocabulary"
-      interface="zope.app.mail.interfaces.IMailDelivery" 
+      interface="zope.app.mail.interfaces.IMailDelivery"
       nameOnly="True" />
 
 



More information about the Zope3-Checkins mailing list