<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="http://bugs.horde.org/themes/feed-rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <title>maildir quota driver not working</title>
  <pubDate>Thu, 20 Nov 2008 12:38:52 -0500</pubDate>
  <link>http://bugs.horde.org/ticket/7014</link>
  <atom:link rel="self" type="application/rss+xml" title="maildir quota driver not working" href="http://bugs.horde.org/ticket/7014/rss" />
  <description>maildir quota driver not working</description>

  
  
  <item>
   <title>First: there is a typo in quota.php line:
instead of

   </title>
   <description>First: there is a typo in quota.php line:
instead of

           foreach ($lines as $line_number =&gt; $line) {
                if ($line_num == 0) {

there should be:
           foreach ($lines as $line_number =&gt; $line) {
                if ($line_number == 0) {

and then I had to change this line:

$line = preg_replace(&quot;/[ \t\n\r\0\x0B]/&quot;, '', $line);
to this:
$line = preg_replace(&quot;/[ \t\n\r&quot;, '', $line);

in order to get maildir quotas working

cheers</description>
   <pubDate>Wed, 02 Jul 2008 21:55:55 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/7014#t47139</link>
  </item>
  <item>
   <title>The file name with bug is lib/Quota/maildir.php</title>
   <description>The file name with bug is lib/Quota/maildir.php</description>
   <pubDate>Wed, 02 Jul 2008 21:57:25 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/7014#t47140</link>
  </item>
  <item>
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title>
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/imp/lib/Quota/maildir.php?r1=1.4&amp;r2=1.5&amp;ty=u</description>
   <pubDate>Thu, 03 Jul 2008 04:49:50 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/7014#t47165</link>
  </item>
  <item>
   <title>&gt; First: there is a typo in quota.php line:

This has been</title>
   <description>&gt; First: there is a typo in quota.php line:

This has been fixed.

&gt; and then I had to change this line:
&gt;
&gt; $line = preg_replace(&quot;/[ \t\n\r\0\x0B]/&quot;, '', $line);
&gt; to this:
&gt; $line = preg_replace(&quot;/[ \t\n\r&quot;, '', $line);

Can you tell me why, and can you upload an example &quot;maildirsize&quot; file?</description>
   <pubDate>Thu, 03 Jul 2008 04:51:47 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/7014#t47166</link>
  </item>
  <item>
   <title>&gt;&gt; First: there is a typo in quota.php line:
&gt;
&gt; This has </title>
   <description>&gt;&gt; First: there is a typo in quota.php line:
&gt;
&gt; This has been fixed.
&gt;
&gt;&gt; and then I had to change this line:
&gt;&gt;
&gt;&gt; $line = preg_replace(&quot;/[ \t\n\r\0\x0B]/&quot;, '', $line);
&gt;&gt; to this:
&gt;&gt; $line = preg_replace(&quot;/[ \t\n\r&quot;, '', $line);
&gt;
&gt; Can you tell me why, and can you upload an example &quot;maildirsize&quot; file?

I got this error with original code:
Warning: preg_replace() [http://www.php.net/docs.phpfunction.preg-replace.php]: No ending delimiter '/' found (could it be because of PHP version???). Note that I am not a PHP programmer, I just administrate freemail server.
</description>
   <pubDate>Thu, 03 Jul 2008 20:07:33 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/7014#t47195</link>
  </item>
  <item>
   <title>maildirsize example</title>
   <description>maildirsize example</description>
   <pubDate>Thu, 03 Jul 2008 20:10:06 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/7014#t47196</link>
  </item>
  <item>
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title>
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.1159&amp;r2=1.1160&amp;ty=u
http://cvs.horde.org/diff.php/imp/lib/Quota/maildir.php?r1=1.5&amp;r2=1.6&amp;ty=u
http://cvs.horde.org/co.php/imp/lib/tests/fixtures/maildirsize?r=1.1
http://cvs.horde.org/co.php/imp/lib/tests/quota_maildir.phpt?r=1.1</description>
   <pubDate>Wed, 09 Jul 2008 18:15:12 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/7014#t47418</link>
  </item>
  <item>
   <title>Fixed for IMP 4.2.1.</title>
   <description>Fixed for IMP 4.2.1.</description>
   <pubDate>Wed, 09 Jul 2008 18:15:34 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/7014#t47420</link>
  </item>
  <item>
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title>
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.326&amp;r2=1.699.2.327&amp;ty=u
http://cvs.horde.org/diff.php/imp/lib/Quota/maildir.php?r1=1.1.2.6&amp;r2=1.1.2.7&amp;ty=u
http://cvs.horde.org/co.php/imp/lib/tests/fixtures/maildirsize?r=1.1.2.1
http://cvs.horde.org/co.php/imp/lib/tests/quota_maildir.phpt?r=1.1.2.1</description>
   <pubDate>Wed, 09 Jul 2008 18:56:28 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/7014#t47423</link>
  </item>
  

 </channel>
</rss>
