From: <gem...@li...> - 2011-10-25 14:39:03
|
Revision: 138 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=138&view=rev Author: matijsdejong Date: 2011-10-25 14:38:56 +0000 (Tue, 25 Oct 2011) Log Message: ----------- Locks now set using LockFile object. #29 closed, mail jobs can be set on or off. Modified Paths: -------------- trunk/new_project/application/configs/project.ini Property Changed: ---------------- trunk/ Property changes on: trunk ___________________________________________________________________ Added: svn:ignore + nbproject Modified: trunk/new_project/application/configs/project.ini =================================================================== --- trunk/new_project/application/configs/project.ini 2011-10-25 14:32:10 UTC (rev 137) +++ trunk/new_project/application/configs/project.ini 2011-10-25 14:38:56 UTC (rev 138) @@ -70,26 +70,12 @@ ; testing without altering respondent e-mail ; addresses. ; site = Supply a general site FROM address. -; automatic = A series of settings for automatic e-mail sending -; organization = ID of the organization sending this batch -; user = Username to fake a login -; from = O/S/U or an actual e-mail address -; method = M/A/U -; mode = notmailed/reminder -; days = number of days between reminders -; template = ID of the template to use for the mail ;------------------------------------------------------- ; email.bcc = email.block = 0 email.bounce = 0 ; email.site = -;email.automatic.organization[] = 70 -;email.automatic.user[] = tester -;email.automatic.from[] = O -;email.automatic.method[] = M -;email.automatic.mode[] = notmailed -;email.automatic.template[] = 20 ;------------------------------------------------------- ; LAYOUT SECTION This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |