[ingo] Bug in conf.xml (patch supplied)

Jan Kuipers jrkuipers at lauwerscollege.nl
Fri Jul 25 05:15:23 PDT 2003


The folderapi isn't called in lib/Ingo.php, because
$conf['rules']['usefolderapi'] doesn't exist in conf.php.

Patch:

Index: conf.xml
===================================================================
RCS file: /repository/ingo/config/conf.xml,v
retrieving revision 1.10
diff -u -r1.10 conf.xml
--- conf.xml    23 Jul 2003 23:20:25 -0000      1.10
+++ conf.xml    25 Jul 2003 12:08:56 -0000
@@ -28,6 +28,6 @@
   Ingo Rules Options
   </configheader>
   <configboolean name="userheader" desc="Allow users to manually enter Header
fields to search by in the Rule edit screen?">true</configboolean>
- </configsection>
   <configboolean name="usefolderapi" desc="Use the Horde 'mail/folderlist' API
call to obtain the list of mail folders to use for various filtering rules? If
IMP is installed it will provide the API call, so you should say true. If
false, the user must manually enter the name of the folder (NOT
RECOMMENDED).">true</configboolean>
+ </configsection>
 </configuration>


--
Jan Kuipers
Systeembeheer Lauwers College



More information about the ingo mailing list