<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs">
    <title>gmane.mail.squirrelmail.cvs</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5380"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5379"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5378"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5377"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5376"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5375"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5374"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5373"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5372"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5371"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5370"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5369"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5368"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5367"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5366"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5365"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5364"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5363"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5362"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5361"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5380">
    <title>SF.net SVN: squirrelmail:[14325] branches/SM-1_4-STABLE/squirrelmail/ functions/html.php</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5380</link>
    <description>&lt;pre&gt;Revision: 14325
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14325&amp;amp;view=rev
Author:   pdontthink
Date:     2012-05-09 02:57:53 +0000 (Wed, 09 May 2012)
Log Message:
-----------
Fix occasional PHP notice

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/functions/html.php

Modified: branches/SM-1_4-STABLE/squirrelmail/functions/html.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/functions/html.php2012-05-09 02:57:02 UTC (rev 14324)
+++ branches/SM-1_4-STABLE/squirrelmail/functions/html.php2012-05-09 02:57:53 UTC (rev 14325)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -129,7 +129,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
             $p = explode('=', $p);
             $newpar[$p[0]] = (isset($p[1]) ? $p[1] : '');
             if ($treat_as_array &amp;amp;&amp;amp; preg_match('/(.*)\[(\d+)]$/', $p[0], $matches)) {
-               if (!is_array($array_names[$matches[1]])) $array_names[$matches[1]] = array();
+               if (!isset($array_names[$matches[1]])) $array_names[$matches[1]] = arr&lt;/pre&gt;</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-09T02:57:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5379">
    <title>SF.net SVN: squirrelmail:[14324]trunk/squirrelmail/functions/html.php</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5379</link>
    <description>&lt;pre&gt;Revision: 14324
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14324&amp;amp;view=rev
Author:   pdontthink
Date:     2012-05-09 02:57:02 +0000 (Wed, 09 May 2012)
Log Message:
-----------
Fix occasional PHP notice

Modified Paths:
--------------
    trunk/squirrelmail/functions/html.php

Modified: trunk/squirrelmail/functions/html.php
===================================================================
--- trunk/squirrelmail/functions/html.php2012-04-30 19:41:12 UTC (rev 14323)
+++ trunk/squirrelmail/functions/html.php2012-05-09 02:57:02 UTC (rev 14324)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -390,7 +390,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
             $p = explode('=', $p);
             $newpar[$p[0]] = (isset($p[1]) ? $p[1] : '');
             if ($treat_as_array &amp;amp;&amp;amp; preg_match('/(.*)\[(\d+)]$/', $p[0], $matches)) {
-               if (!is_array($array_names[$matches[1]])) $array_names[$matches[1]] = array();
+               if (!isset($array_names[$matches[1]])) $array_names[$matches[1]] = array();
                $array_names[$matches[1]][$matches[2]] = $p[1]&lt;/pre&gt;</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-09T02:57:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5378">
    <title>SF.net SVN: squirrelmail:[14323] trunk/locales/TRANSLATORS</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5378</link>
    <description>&lt;pre&gt;Revision: 14323
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14323&amp;amp;view=rev
Author:   pdontthink
Date:     2012-04-30 19:41:12 +0000 (Mon, 30 Apr 2012)
Log Message:
-----------
Retiring Antione.  Thanks for your help.

Modified Paths:
--------------
    trunk/locales/TRANSLATORS

Modified: trunk/locales/TRANSLATORS
===================================================================
--- trunk/locales/TRANSLATORS2012-04-28 18:35:08 UTC (rev 14322)
+++ trunk/locales/TRANSLATORS2012-04-30 19:41:12 UTC (rev 14323)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -110,12 +110,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 French - fr_FR - iso-8859-1
     Alex Lemaresquier &amp;lt;alex at brainstorm.fr&amp;gt;
-    Antoine Hulin &amp;lt;antoine at origan.fdn.org&amp;gt;
     Frédéric Perrouin &amp;lt;frederic.perrouin at fredprod.com&amp;gt;
     Gauthier Douchet &amp;lt;gauthier.douchet at gmail.com&amp;gt;
     Intri Geri &amp;lt;intrigeri at boum.org&amp;gt;
     Laurent Pozza &amp;lt;laurent at pozza.org&amp;gt;
     Ali Nedjimi (retired)
+    Antoine Hulin (retired)
     Ben Voui (retired)
     Nicolas Cartron (retired)
     Olivier Piquerez (retir&lt;/pre&gt;</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-30T19:41:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5377">
    <title>SF.net SVN: squirrelmail:[14322] trunk/locales/TRANSLATORS</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5377</link>
    <description>&lt;pre&gt;Revision: 14322
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14322&amp;amp;view=rev
Author:   pdontthink
Date:     2012-04-28 18:35:08 +0000 (Sat, 28 Apr 2012)
Log Message:
-----------
Retire Ben Voui.  Thank you.

Modified Paths:
--------------
    trunk/locales/TRANSLATORS

Modified: trunk/locales/TRANSLATORS
===================================================================
--- trunk/locales/TRANSLATORS2012-04-28 05:08:40 UTC (rev 14321)
+++ trunk/locales/TRANSLATORS2012-04-28 18:35:08 UTC (rev 14322)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -110,13 +110,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 French - fr_FR - iso-8859-1
     Alex Lemaresquier &amp;lt;alex at brainstorm.fr&amp;gt;
-    Ali Nedjimi (retired)
     Antoine Hulin &amp;lt;antoine at origan.fdn.org&amp;gt;
-    Ben Voui &amp;lt;intrigeri at boum.org&amp;gt;
     Frédéric Perrouin &amp;lt;frederic.perrouin at fredprod.com&amp;gt;
     Gauthier Douchet &amp;lt;gauthier.douchet at gmail.com&amp;gt;
     Intri Geri &amp;lt;intrigeri at boum.org&amp;gt;
     Laurent Pozza &amp;lt;laurent at pozza.org&amp;gt;
+    Ali Nedjimi (retired)
+    Ben Voui (retired)
     Nicolas Cartron (retired)
    &lt;/pre&gt;</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-28T18:35:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5376">
    <title>SF.net SVN: squirrelmail:[14321] trunk/locales/locale/fr_FR/LC_MESSAGES/ local_autorespond_forward.po</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5376</link>
    <description>&lt;pre&gt;Revision: 14321
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14321&amp;amp;view=rev
Author:   pdontthink
Date:     2012-04-28 05:08:40 +0000 (Sat, 28 Apr 2012)
Log Message:
-----------
Adding translation; thanks Nicolas Legrand

Added Paths:
-----------
    trunk/locales/locale/fr_FR/LC_MESSAGES/local_autorespond_forward.po

Added: trunk/locales/locale/fr_FR/LC_MESSAGES/local_autorespond_forward.po
===================================================================
--- trunk/locales/locale/fr_FR/LC_MESSAGES/local_autorespond_forward.po                        (rev 0)
+++ trunk/locales/locale/fr_FR/LC_MESSAGES/local_autorespond_forward.po2012-04-28 05:08:40 UTC (rev 14321)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,184 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+# French (fr_FR) local_autorespond_forward Translation (SquirrelMail plugin)
+# Copyright (c) 2007-2012 The SquirrelMail Project Team
+# This file is distributed under the same license as the SquirrelMail package.
+# Nicolas P. M. Legrand &amp;lt;nicolas.legrand-0pSKjVRgOq4&amp;lt; at &amp;gt;public.gmane.org&amp;gt;, 2011.
+# $Id:$
+msgi&lt;/pre&gt;</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-28T05:08:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5375">
    <title>SF.net SVN: squirrelmail:[14320] trunk/squirrelmail</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5375</link>
    <description>&lt;pre&gt;Revision: 14320
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14320&amp;amp;view=rev
Author:   pdontthink
Date:     2012-04-27 07:18:17 +0000 (Fri, 27 Apr 2012)
Log Message:
-----------
Clear checkbox selections when form is processed

Modified Paths:
--------------
    trunk/squirrelmail/functions/html.php
    trunk/squirrelmail/src/right_main.php

Modified: trunk/squirrelmail/functions/html.php
===================================================================
--- trunk/squirrelmail/functions/html.php2012-04-27 07:15:28 UTC (rev 14319)
+++ trunk/squirrelmail/functions/html.php2012-04-27 07:18:17 UTC (rev 14320)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -359,15 +359,20 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  *
  * &amp;lt; at &amp;gt;param string $url url that must be modified
  * &amp;lt; at &amp;gt;param string $var GET variable name
- * &amp;lt; at &amp;gt;param string $val variable value
+ * &amp;lt; at &amp;gt;param string $val variable value (CANNOT be an array)
  * &amp;lt; at &amp;gt;param boolean $link controls sanitizing of ampersand in urls (since 1.3.2)
+ * &amp;lt; at &amp;gt;param boolean $treat_as_array When TRUE, if $var is an array (it occurs one
+ *        &lt;/pre&gt;</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-27T07:18:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5374">
    <title>SF.net SVN: squirrelmail:[14319]branches/SM-1_4-STABLE/squirrelmail</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5374</link>
    <description>&lt;pre&gt;Revision: 14319
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14319&amp;amp;view=rev
Author:   pdontthink
Date:     2012-04-27 07:15:28 +0000 (Fri, 27 Apr 2012)
Log Message:
-----------
Clear checkbox selections when form is processed

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/functions/html.php
    branches/SM-1_4-STABLE/squirrelmail/src/move_messages.php

Modified: branches/SM-1_4-STABLE/squirrelmail/functions/html.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/functions/html.php2012-04-19 04:46:44 UTC (rev 14318)
+++ branches/SM-1_4-STABLE/squirrelmail/functions/html.php2012-04-27 07:15:28 UTC (rev 14319)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -98,15 +98,20 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  *
  * &amp;lt; at &amp;gt;param string $url url that must be modified
  * &amp;lt; at &amp;gt;param string $var GET variable name
- * &amp;lt; at &amp;gt;param string $val variable value
+ * &amp;lt; at &amp;gt;param string $val variable value (CANNOT be an array)
  * &amp;lt; at &amp;gt;param boolean $link controls sanitizing of ampersand in urls (since 1.3.2)
+ * &amp;lt; at &amp;gt;p&lt;/pre&gt;</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-27T07:15:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5373">
    <title>SF.net SVN: squirrelmail:[14318]trunk/documentation/admin/admin.sgml</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5373</link>
    <description>&lt;pre&gt;Revision: 14318
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14318&amp;amp;view=rev
Author:   pdontthink
Date:     2012-04-19 04:46:44 +0000 (Thu, 19 Apr 2012)
Log Message:
-----------
Add info about upgrade to version 1.4.22 to admin manual

Modified Paths:
--------------
    trunk/documentation/admin/admin.sgml

Modified: trunk/documentation/admin/admin.sgml
===================================================================
--- trunk/documentation/admin/admin.sgml2012-04-08 01:51:00 UTC (rev 14317)
+++ trunk/documentation/admin/admin.sgml2012-04-19 04:46:44 UTC (rev 14318)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1277,6 +1277,42 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 The plugin API changed substantially in version 1.5.2.  At the least,
 you should NOT copy your old plugins when making this kind of upgrade.
 
+&amp;lt;sect2&amp;gt;Upgrading to 1.4.22 (or greater) from any earlier version of the 1.4 release series
+&amp;lt;p&amp;gt;
+Due to a fix made that standardizes the folder list display, administrators
+who had their configuration file set to work around this issue in the past
+will&lt;/pre&gt;</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-19T04:46:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5372">
    <title>SF.net SVN: squirrelmail:[14317] trunk/squirrelmail/class/mime/Message. class.php</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5372</link>
    <description>&lt;pre&gt;Revision: 14317
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14317&amp;amp;view=rev
Author:   pdontthink
Date:     2012-04-08 01:51:00 +0000 (Sun, 08 Apr 2012)
Log Message:
-----------
Revert revision 14314; static functions are a PHP 5+ feature

Revision Links:
--------------
    http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14314&amp;amp;view=rev

Modified Paths:
--------------
    trunk/squirrelmail/class/mime/Message.class.php

Modified: trunk/squirrelmail/class/mime/Message.class.php
===================================================================
--- trunk/squirrelmail/class/mime/Message.class.php2012-04-08 01:50:22 UTC (rev 14316)
+++ trunk/squirrelmail/class/mime/Message.class.php2012-04-08 01:51:00 UTC (rev 14317)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -292,7 +292,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
      * &amp;lt; at &amp;gt;return object Message object
      * &amp;lt; at &amp;gt;todo define argument and return types
      */
-    static function parseStructure($read, &amp;amp;$i, $sub_msg = '') {
+    function parseStructure($read, &amp;amp;$i, $sub_msg = '') {
         $msg = Message::pars&lt;/pre&gt;</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-08T01:51:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5371">
    <title>SF.net SVN: squirrelmail:[14316] branches/SM-1_4-STABLE/squirrelmail/class/ mime/Message.class.php</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5371</link>
    <description>&lt;pre&gt;Revision: 14316
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14316&amp;amp;view=rev
Author:   pdontthink
Date:     2012-04-08 01:50:22 +0000 (Sun, 08 Apr 2012)
Log Message:
-----------
Revert revision 14313; static functions are a PHP 5+ feature

Revision Links:
--------------
    http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14313&amp;amp;view=rev

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/class/mime/Message.class.php

Modified: branches/SM-1_4-STABLE/squirrelmail/class/mime/Message.class.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/class/mime/Message.class.php2012-04-07 15:37:09 UTC (rev 14315)
+++ branches/SM-1_4-STABLE/squirrelmail/class/mime/Message.class.php2012-04-08 01:50:22 UTC (rev 14316)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -292,7 +292,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
      * &amp;lt; at &amp;gt;return object Message object
      * &amp;lt; at &amp;gt;todo define argument and return types
      */
-    static function parseStructure($read, &amp;amp;$i, $sub_msg = '') {
+    function parse&lt;/pre&gt;</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-08T01:50:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5370">
    <title>SF.net SVN: squirrelmail:[14315] branches/SM-1_4-STABLE/squirrelmail/ functions/forms.php</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5370</link>
    <description>&lt;pre&gt;Revision: 14315
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14315&amp;amp;view=rev
Author:   kink
Date:     2012-04-07 15:37:09 +0000 (Sat, 07 Apr 2012)
Log Message:
-----------
prevent attributes from being mashed together

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/functions/forms.php

Modified: branches/SM-1_4-STABLE/squirrelmail/functions/forms.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/functions/forms.php2012-04-07 15:17:48 UTC (rev 14314)
+++ branches/SM-1_4-STABLE/squirrelmail/functions/forms.php2012-04-07 15:37:09 UTC (rev 14315)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -25,7 +25,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
     return '&amp;lt;input type="'.$type.'"'.
         ($name  !== null ? ' name="'.htmlspecialchars($name).'"'   : '').
         ($value !== null ? ' value="'.htmlspecialchars($value).'"' : '').
-        $attributes . " /&amp;gt;\n";
+        ' ' . $attributes . " /&amp;gt;\n";
 }
 
 /**

This was sent by the SourceForge.net collaborative development platform, the&lt;/pre&gt;</description>
    <dc:creator>kink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-07T15:37:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5369">
    <title>SF.net SVN: squirrelmail:[14314] trunk/squirrelmail/class/mime/Message. class.php</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5369</link>
    <description>&lt;pre&gt;Revision: 14314
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14314&amp;amp;view=rev
Author:   kink
Date:     2012-04-07 15:17:48 +0000 (Sat, 07 Apr 2012)
Log Message:
-----------
functions are only used statically. mark as such.

Modified Paths:
--------------
    trunk/squirrelmail/class/mime/Message.class.php

Modified: trunk/squirrelmail/class/mime/Message.class.php
===================================================================
--- trunk/squirrelmail/class/mime/Message.class.php2012-04-07 15:16:09 UTC (rev 14313)
+++ trunk/squirrelmail/class/mime/Message.class.php2012-04-07 15:17:48 UTC (rev 14314)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -292,7 +292,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
      * &amp;lt; at &amp;gt;return object Message object
      * &amp;lt; at &amp;gt;todo define argument and return types
      */
-    function parseStructure($read, &amp;amp;$i, $sub_msg = '') {
+    static function parseStructure($read, &amp;amp;$i, $sub_msg = '') {
         $msg = Message::parseBodyStructure($read, $i, $sub_msg);
         if($msg) $msg-&amp;gt;setEntIds($msg,false,0);
         return $msg;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -342,7 +342,7 &amp;lt; at &amp;gt;&lt;/pre&gt;</description>
    <dc:creator>kink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-07T15:17:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5368">
    <title>SF.net SVN: squirrelmail:[14313] branches/SM-1_4-STABLE/squirrelmail/class/ mime/Message.class.php</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5368</link>
    <description>&lt;pre&gt;Revision: 14313
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14313&amp;amp;view=rev
Author:   kink
Date:     2012-04-07 15:16:09 +0000 (Sat, 07 Apr 2012)
Log Message:
-----------
functions are only used statically. mark as such.

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/class/mime/Message.class.php

Modified: branches/SM-1_4-STABLE/squirrelmail/class/mime/Message.class.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/class/mime/Message.class.php2012-04-01 22:18:51 UTC (rev 14312)
+++ branches/SM-1_4-STABLE/squirrelmail/class/mime/Message.class.php2012-04-07 15:16:09 UTC (rev 14313)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -292,7 +292,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
      * &amp;lt; at &amp;gt;return object Message object
      * &amp;lt; at &amp;gt;todo define argument and return types
      */
-    function parseStructure($read, &amp;amp;$i, $sub_msg = '') {
+    static function parseStructure($read, &amp;amp;$i, $sub_msg = '') {
         $msg = Message::parseBodyStructure($read, $i, $sub_msg);
         if($msg) $ms&lt;/pre&gt;</description>
    <dc:creator>kink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-07T15:16:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5367">
    <title>SF.net SVN: squirrelmail:[14312]trunk/squirrelmail/class/deliver</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5367</link>
    <description>&lt;pre&gt;Revision: 14312
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14312&amp;amp;view=rev
Author:   pdontthink
Date:     2012-04-01 22:18:51 +0000 (Sun, 01 Apr 2012)
Log Message:
-----------
Fix E_STRICT notices

Modified Paths:
--------------
    trunk/squirrelmail/class/deliver/Deliver.class.php
    trunk/squirrelmail/class/deliver/Deliver_SendMail.class.php

Modified: trunk/squirrelmail/class/deliver/Deliver.class.php
===================================================================
--- trunk/squirrelmail/class/deliver/Deliver.class.php2012-04-01 22:09:14 UTC (rev 14311)
+++ trunk/squirrelmail/class/deliver/Deliver.class.php2012-04-01 22:18:51 UTC (rev 14312)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -437,16 +437,26 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
      *
      * This function is not yet implemented.
      * Reserved for extended functionality.
+     * UPDATE: It is implemented in Deliver_SMTP and Deliver_SendMail classes,
+     *         but it remains unimplemented in this base class (and thus not
+     *         in Deliver_IMAP or other child classes that &lt;/pre&gt;</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-01T22:18:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5366">
    <title>SF.net SVN: squirrelmail:[14311] branches/SM-1_4-STABLE/squirrelmail/class/ deliver</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5366</link>
    <description>&lt;pre&gt;Revision: 14311
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14311&amp;amp;view=rev
Author:   pdontthink
Date:     2012-04-01 22:09:14 +0000 (Sun, 01 Apr 2012)
Log Message:
-----------
Fix E_STRICT notices

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/class/deliver/Deliver.class.php
    branches/SM-1_4-STABLE/squirrelmail/class/deliver/Deliver_SendMail.class.php

Modified: branches/SM-1_4-STABLE/squirrelmail/class/deliver/Deliver.class.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/class/deliver/Deliver.class.php2012-04-01 21:28:13 UTC (rev 14310)
+++ branches/SM-1_4-STABLE/squirrelmail/class/deliver/Deliver.class.php2012-04-01 22:09:14 UTC (rev 14311)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -433,16 +433,26 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
      *
      * This function is not yet implemented.
      * Reserved for extended functionality.
+     * UPDATE: It is implemented in Deliver_SMTP and Deliver_SendMail classes,
+     *         but it remains unimplemented in this &lt;/pre&gt;</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-01T22:09:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5365">
    <title>SF.net SVN: squirrelmail:[14310] branches/SM-1_4-STABLE/squirrelmail/class/ deliver/Deliver_IMAP.class.php</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5365</link>
    <description>&lt;pre&gt;Revision: 14310
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14310&amp;amp;view=rev
Author:   pdontthink
Date:     2012-04-01 21:28:13 +0000 (Sun, 01 Apr 2012)
Log Message:
-----------
Fix E_STRICT notice

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/class/deliver/Deliver_IMAP.class.php

Modified: branches/SM-1_4-STABLE/squirrelmail/class/deliver/Deliver_IMAP.class.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/class/deliver/Deliver_IMAP.class.php2012-04-01 21:27:53 UTC (rev 14309)
+++ branches/SM-1_4-STABLE/squirrelmail/class/deliver/Deliver_IMAP.class.php2012-04-01 21:28:13 UTC (rev 14310)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -52,8 +52,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
      *
      */
     function send_mail($message, $header, $boundary, $stream=false, 
-                       &amp;amp;$raw_length, $folder) {
+                       &amp;amp;$raw_length, $folder=NULL) {
 
+        if (is_null($folder))
+            die('Internal error. Cannot pass NULL folder name to Deliver_&lt;/pre&gt;</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-01T21:28:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5364">
    <title>SF.net SVN: squirrelmail:[14309] trunk/squirrelmail/class/deliver/ Deliver_IMAP.class.php</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5364</link>
    <description>&lt;pre&gt;Revision: 14309
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14309&amp;amp;view=rev
Author:   pdontthink
Date:     2012-04-01 21:27:53 +0000 (Sun, 01 Apr 2012)
Log Message:
-----------
Fix E_STRICT notice

Modified Paths:
--------------
    trunk/squirrelmail/class/deliver/Deliver_IMAP.class.php

Modified: trunk/squirrelmail/class/deliver/Deliver_IMAP.class.php
===================================================================
--- trunk/squirrelmail/class/deliver/Deliver_IMAP.class.php2012-04-01 21:15:36 UTC (rev 14308)
+++ trunk/squirrelmail/class/deliver/Deliver_IMAP.class.php2012-04-01 21:27:53 UTC (rev 14309)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -52,8 +52,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
      *
      */
     function send_mail($message, $header, $boundary, $stream=false, 
-                       &amp;amp;$raw_length, $folder) {
+                       &amp;amp;$raw_length, $folder=NULL) {
 
+        if (is_null($folder))
+            die('Internal error. Cannot pass NULL folder name to Deliver_IMAP::send_mail()');
+
         // write the body without providing &lt;/pre&gt;</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-01T21:27:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5363">
    <title>SF.net SVN: squirrelmail:[14308] trunk/squirrelmail/functions/addressbook. php</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5363</link>
    <description>&lt;pre&gt;Revision: 14308
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14308&amp;amp;view=rev
Author:   pdontthink
Date:     2012-04-01 21:15:36 +0000 (Sun, 01 Apr 2012)
Log Message:
-----------
Fix simple E_STRICT notice

Modified Paths:
--------------
    trunk/squirrelmail/functions/addressbook.php

Modified: trunk/squirrelmail/functions/addressbook.php
===================================================================
--- trunk/squirrelmail/functions/addressbook.php2012-04-01 21:13:57 UTC (rev 14307)
+++ trunk/squirrelmail/functions/addressbook.php2012-04-01 21:15:36 UTC (rev 14308)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -957,7 +957,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
      *               not found, or false if an error occured.
      *
      */
-    function lookup($value, $field) {
+    function lookup($value, $field=SM_ABOOK_FIELD_NICKNAME) {
         $this-&amp;gt;set_error('lookup is not implemented');
         return false;
     }

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


-------&lt;/pre&gt;</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-01T21:15:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5362">
    <title>SF.net SVN: squirrelmail:[14307] branches/SM-1_4-STABLE/squirrelmail/ functions/addressbook.php</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5362</link>
    <description>&lt;pre&gt;Revision: 14307
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14307&amp;amp;view=rev
Author:   pdontthink
Date:     2012-04-01 21:13:57 +0000 (Sun, 01 Apr 2012)
Log Message:
-----------
Fix simple E_STRICT notice

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/functions/addressbook.php

Modified: branches/SM-1_4-STABLE/squirrelmail/functions/addressbook.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/functions/addressbook.php2012-04-01 20:35:47 UTC (rev 14306)
+++ branches/SM-1_4-STABLE/squirrelmail/functions/addressbook.php2012-04-01 21:13:57 UTC (rev 14307)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -666,7 +666,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
         return false;
     }
 
-    function lookup($value, $field) {
+    function lookup($value, $field=SM_ABOOK_FIELD_NICKNAME) {
         $this-&amp;gt;set_error('lookup not implemented');
         return false;
     }

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source developmen&lt;/pre&gt;</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-01T21:13:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5361">
    <title>SF.net SVN: squirrelmail:[14306]trunk/squirrelmail/src/compose.php</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5361</link>
    <description>&lt;pre&gt;Revision: 14306
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14306&amp;amp;view=rev
Author:   pdontthink
Date:     2012-04-01 20:35:47 +0000 (Sun, 01 Apr 2012)
Log Message:
-----------
Fix PHP notices

Modified Paths:
--------------
    trunk/squirrelmail/src/compose.php

Modified: trunk/squirrelmail/src/compose.php
===================================================================
--- trunk/squirrelmail/src/compose.php2012-04-01 20:35:32 UTC (rev 14305)
+++ trunk/squirrelmail/src/compose.php2012-04-01 20:35:47 UTC (rev 14306)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1751,14 +1751,16 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
     }
     if (!$success) {
         // $deliver-&amp;gt;dlv_server_msg is not always server's reply
-        $msg = _("Message not sent.") . "&amp;lt;br /&amp;gt;\n" .
-            $deliver-&amp;gt;dlv_msg;
+        $msg = _("Message not sent.")
+             . "&amp;lt;br /&amp;gt;\n"
+             . (isset($deliver-&amp;gt;dlv_msg) ? $deliver-&amp;gt;dlv_msg : '');
         if (!empty($deliver-&amp;gt;dlv_server_msg)) {
             // add 'server replied' part only when it is not empty.
             /&lt;/pre&gt;</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-01T20:35:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5360">
    <title>SF.net SVN: squirrelmail:[14305] branches/SM-1_4-STABLE/squirrelmail/src/ compose.php</title>
    <link>http://permalink.gmane.org/gmane.mail.squirrelmail.cvs/5360</link>
    <description>&lt;pre&gt;Revision: 14305
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14305&amp;amp;view=rev
Author:   pdontthink
Date:     2012-04-01 20:35:32 +0000 (Sun, 01 Apr 2012)
Log Message:
-----------
Fix PHP notices

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/src/compose.php

Modified: branches/SM-1_4-STABLE/squirrelmail/src/compose.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/src/compose.php2012-04-01 20:09:11 UTC (rev 14304)
+++ branches/SM-1_4-STABLE/squirrelmail/src/compose.php2012-04-01 20:35:32 UTC (rev 14305)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1702,10 +1702,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
         $succes = $deliver-&amp;gt;finalizeStream($stream);
     }
     if (!$succes) {
-        $msg  = _("Message not sent.") .' '.  _("Server replied:") .
-            "\n&amp;lt;blockquote&amp;gt;\n" . $deliver-&amp;gt;dlv_msg . '&amp;lt;br /&amp;gt;' .
-            $deliver-&amp;gt;dlv_ret_nr . ' ' .
-            $deliver-&amp;gt;dlv_server_msg . "&amp;lt;/blockquote&amp;gt;\n\n";
+        $msg = _("Message not sent.") . ' ' . _("Server rep&lt;/pre&gt;</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-01T20:35:32</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.mail.squirrelmail.cvs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.mail.squirrelmail.cvs</link>
  </textinput>
</rdf:RDF>

