<?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://blog.gmane.org/gmane.mail.squirrelmail.cvs">
    <title>gmane.mail.squirrelmail.cvs</title>
    <link>http://blog.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://comments.gmane.org/gmane.mail.squirrelmail.cvs/4310"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4309"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4308"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4307"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4306"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4305"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4304"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4303"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4302"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4301"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4300"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4298"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4297"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4296"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4295"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4294"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4293"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4292"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4290"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4289"/>
      </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://comments.gmane.org/gmane.mail.squirrelmail.cvs/4310">
    <title>SF.net SVN: squirrelmail:[13336] trunk/squirrelmail</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4310</link>
    <description>Revision: 13336
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13336&amp;view=rev
Author:   pdontthink
Date:     2008-11-26 02:56:42 +0000 (Wed, 26 Nov 2008)

Log Message:
-----------
Fix HTTPS detection under Windows IIS (#2318118)

Modified Paths:
--------------
    trunk/squirrelmail/config/conf.pl
    trunk/squirrelmail/config/config_default.php
    trunk/squirrelmail/functions/global.php
    trunk/squirrelmail/functions/strings.php
    trunk/squirrelmail/include/init.php

Modified: trunk/squirrelmail/config/conf.pl
===================================================================
--- trunk/squirrelmail/config/conf.pl2008-11-26 02:54:09 UTC (rev 13335)
+++ trunk/squirrelmail/config/conf.pl2008-11-26 02:56:42 UTC (rev 13336)
&lt; at &gt;&lt; at &gt; -435,6 +435,8 &lt; at &gt;&lt; at &gt;
 $lossy_encoding = 'false'               if ( !$lossy_encoding );
 $allow_remote_configtest = 'false'      if ( !$allow_remote_configtest );
 $secured_config = 'true'                if ( !$secured_config );
+$sq_https_port = 443                </description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-26T02:56:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4309">
    <title>SF.net SVN: squirrelmail:[13335]branches/SM-1_4-STABLE/squirrelmail</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4309</link>
    <description>Revision: 13335
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13335&amp;view=rev
Author:   pdontthink
Date:     2008-11-26 02:54:09 +0000 (Wed, 26 Nov 2008)

Log Message:
-----------
Fix HTTPS detection under Windows IIS (#2318118)

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/ChangeLog
    branches/SM-1_4-STABLE/squirrelmail/functions/global.php
    branches/SM-1_4-STABLE/squirrelmail/functions/strings.php

Modified: branches/SM-1_4-STABLE/squirrelmail/ChangeLog
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/ChangeLog2008-11-25 11:33:00 UTC (rev 13334)
+++ branches/SM-1_4-STABLE/squirrelmail/ChangeLog2008-11-26 02:54:09 UTC (rev 13335)
&lt; at &gt;&lt; at &gt; -7,6 +7,9 &lt; at &gt;&lt; at &gt;
   - Allow control over white space wrapping of auto-generated
     SquirrelMail option widgets.
   - Fix matching of alternate identities when replying.
+  - Fix HTTPS detection under Windows IIS that was incorrectly
+    setting cookies to be transmitte</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-26T02:54:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4308">
    <title>SF.net SVN: squirrelmail:[13334]trunk/documentation/admin/admin.sgml</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4308</link>
    <description>Revision: 13334
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13334&amp;view=rev
Author:   pdontthink
Date:     2008-11-25 11:33:00 +0000 (Tue, 25 Nov 2008)

Log Message:
-----------
Add configtest section and link to new untranslated special folders section in translator manual

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

Modified: trunk/documentation/admin/admin.sgml
===================================================================
--- trunk/documentation/admin/admin.sgml2008-11-25 11:27:20 UTC (rev 13333)
+++ trunk/documentation/admin/admin.sgml2008-11-25 11:33:00 UTC (rev 13334)
&lt; at &gt;&lt; at &gt; -2447,7 +2447,26 &lt; at &gt;&lt; at &gt;
 &lt;sect&gt;Solving problems
 &lt;sect1&gt;Configtest
 &lt;p&gt;
-Using configtest.php as a first diagnose tool.
+When attempting to diagnose any issues with SquirrelMail, the first thing
+to do is load up http://example.org/squirrelmail/src/configtest.php and ensure
+that SquirrelMail can't already tell you what the problem is.
+
+Note that as of SquirrelMail version 1.5.2</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-25T11:33:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4307">
    <title>SF.net SVN: squirrelmail:[13333] trunk/documentation/translator/translator. sgml</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4307</link>
    <description>Revision: 13333
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13333&amp;view=rev
Author:   pdontthink
Date:     2008-11-25 11:27:20 +0000 (Tue, 25 Nov 2008)

Log Message:
-----------
Nothing much here

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

Modified: trunk/documentation/translator/translator.sgml
===================================================================
--- trunk/documentation/translator/translator.sgml2008-11-25 11:00:29 UTC (rev 13332)
+++ trunk/documentation/translator/translator.sgml2008-11-25 11:27:20 UTC (rev 13333)
&lt; at &gt;&lt; at &gt; -426,9 +426,9 &lt; at &gt;&lt; at &gt;
 administrator rather than letting users manage their folders themselves.
 
 &lt;itemize&gt;
- &lt;item&gt;The administrator can set what folders to use (for all users - by default) for Trash, Drafts and Sent (you might want to ensure you have a script on the mail server that creates pre-translated folders for this purpose first) by using the SquirrelMail configuration script (config/conf.pl, which is usually </description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-25T11:27:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4306">
    <title>SF.net SVN: squirrelmail:[13332] trunk/documentation/translator/translator. sgml</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4306</link>
    <description>Revision: 13332
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13332&amp;view=rev
Author:   pdontthink
Date:     2008-11-25 11:00:29 +0000 (Tue, 25 Nov 2008)

Log Message:
-----------
Grammatical fixes and new section about untranslated special folder names

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

Modified: trunk/documentation/translator/translator.sgml
===================================================================
--- trunk/documentation/translator/translator.sgml2008-11-25 04:26:54 UTC (rev 13331)
+++ trunk/documentation/translator/translator.sgml2008-11-25 11:00:29 UTC (rev 13332)
&lt; at &gt;&lt; at &gt; -347,27 +347,28 &lt; at &gt;&lt; at &gt;
 &lt;sect&gt;Common problems
 &lt;sect1&gt;Translations are not working
 &lt;p&gt;
-If you have gettext support in php, translations will work only if you have
-appropriate system locale.
+If you have gettext support in PHP, translations will work only if you
+have the appropriate system locale. You should also restart your web
+server after installing new lo</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-25T11:00:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4305">
    <title>SF.net SVN: squirrelmail:[13331]trunk/documentation/admin/admin.sgml</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4305</link>
    <description>Revision: 13331
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13331&amp;view=rev
Author:   pdontthink
Date:     2008-11-25 04:26:54 +0000 (Tue, 25 Nov 2008)

Log Message:
-----------
Minor wording

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

Modified: trunk/documentation/admin/admin.sgml
===================================================================
--- trunk/documentation/admin/admin.sgml2008-11-24 20:24:04 UTC (rev 13330)
+++ trunk/documentation/admin/admin.sgml2008-11-25 04:26:54 UTC (rev 13331)
&lt; at &gt;&lt; at &gt; -1253,8 +1253,10 &lt; at &gt;&lt; at &gt;
 &lt;p&gt;
 On sites with many users you might want to store your user data in a database
 instead of in files. SquirrelMail can be configured to do this. Note, however,
-that some SquirrelMail plugins are designed to use different files for users'
-data storage and won't be able to use database to store users' data.
+that some SquirrelMail plugins are designed to use different files for user
+data storage and won't be able to use the database,</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-25T04:26:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4304">
    <title>SF.net SVN: squirrelmail:[13330] trunk/squirrelmail/templates/ default_advanced/read_headers.tpl</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4304</link>
    <description>Revision: 13330
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13330&amp;view=rev
Author:   pdontthink
Date:     2008-11-24 20:24:04 +0000 (Mon, 24 Nov 2008)

Log Message:
-----------
$headers_to_display contains TRANSLATED key values!  Thanks to Stefano Bridi.

Modified Paths:
--------------
    trunk/squirrelmail/templates/default_advanced/read_headers.tpl

Modified: trunk/squirrelmail/templates/default_advanced/read_headers.tpl
===================================================================
--- trunk/squirrelmail/templates/default_advanced/read_headers.tpl2008-11-21 22:39:18 UTC (rev 13329)
+++ trunk/squirrelmail/templates/default_advanced/read_headers.tpl2008-11-24 20:24:04 UTC (rev 13330)
&lt; at &gt;&lt; at &gt; -14,7 +14,7 &lt; at &gt;&lt; at &gt;
  *                          additional templates.
  * 
  *
- * &lt; at &gt;copyright &amp;copy; 1999-2006 The SquirrelMail Project Team
+ * &lt; at &gt;copyright &amp;copy; 1999-2008 The SquirrelMail Project Team
  * &lt; at &gt;license http://opensource.org/licenses/gpl-license.php GNU Public License
  * &lt; at &gt;version $Id</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-24T20:24:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4303">
    <title>SF.net SVN: squirrelmail:[13329]trunk/documentation/devel/devel.sgml</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4303</link>
    <description>Revision: 13329
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13329&amp;view=rev
Author:   pdontthink
Date:     2008-11-21 22:39:18 +0000 (Fri, 21 Nov 2008)

Log Message:
-----------
Fix page width

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

Modified: trunk/documentation/devel/devel.sgml
===================================================================
--- trunk/documentation/devel/devel.sgml2008-11-21 19:47:11 UTC (rev 13328)
+++ trunk/documentation/devel/devel.sgml2008-11-21 22:39:18 UTC (rev 13329)
&lt; at &gt;&lt; at &gt; -2363,7 +2363,9 &lt; at &gt;&lt; at &gt;
                 ),
              ),
              'summary' =&gt; 'Adds important information above the folder list.',
-             'details' =&gt; 'This plugin automatically sees into the user\'s future and places important details about upcoming events above the folder list.',
+             'details' =&gt; 'This plugin automatically sees into the user\'s '
+                        . 'future and places important details about upcoming '
+      </description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-21T22:39:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4302">
    <title>SF.net SVN: squirrelmail:[13328] trunk/squirrelmail/plugins</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4302</link>
    <description>Revision: 13328
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13328&amp;view=rev
Author:   pdontthink
Date:     2008-11-21 19:47:11 +0000 (Fri, 21 Nov 2008)

Log Message:
-----------
This should be everyone

Property Changed:
----------------
    trunk/squirrelmail/plugins/bug_report/templates/default/system_specs.tpl
    trunk/squirrelmail/plugins/bug_report/templates/default/usage.tpl
    trunk/squirrelmail/plugins/listcommands/config_sample.php
    trunk/squirrelmail/plugins/listcommands/options.php


Property changes on: trunk/squirrelmail/plugins/bug_report/templates/default/system_specs.tpl
___________________________________________________________________
Added: svn:keywords
   + Id


Property changes on: trunk/squirrelmail/plugins/bug_report/templates/default/usage.tpl
___________________________________________________________________
Added: svn:keywords
   + Id


Property changes on: trunk/squirrelmail/plugins/listcommands/config_sample.php
_______________________________________</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-21T19:47:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4301">
    <title>SF.net SVN: squirrelmail:[13327] trunk/squirrelmail</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4301</link>
    <description>Revision: 13327
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13327&amp;view=rev
Author:   pdontthink
Date:     2008-11-21 19:42:56 +0000 (Fri, 21 Nov 2008)

Log Message:
-----------
Everyone deserves version info

Modified Paths:
--------------
    trunk/squirrelmail/plugins/preview_pane/functions.php

Property Changed:
----------------
    trunk/squirrelmail/functions/template/abook_util.php
    trunk/squirrelmail/plugins/demo/demo.php
    trunk/squirrelmail/plugins/demo/functions.php
    trunk/squirrelmail/plugins/demo/setup.php
    trunk/squirrelmail/plugins/demo/templates/default/demo.tpl
    trunk/squirrelmail/plugins/preview_pane/empty_frame.php
    trunk/squirrelmail/plugins/preview_pane/functions.php
    trunk/squirrelmail/plugins/preview_pane/setup.php
    trunk/squirrelmail/plugins/preview_pane/templates/default_advanced/collapse_buttons.tpl
    trunk/squirrelmail/plugins/preview_pane/templates/default_advanced/empty_frame.tpl
    trunk/squirrelmail/plugins/test/decodeheader.php
</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-21T19:42:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4300">
    <title>SF.net SVN: squirrelmail:[13326]trunk/squirrelmail/functions/files.php</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4300</link>
    <description>Revision: 13326
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13326&amp;view=rev
Author:   pdontthink
Date:     2008-11-21 19:32:02 +0000 (Fri, 21 Nov 2008)

Log Message:
-----------
Thanks, Thijs: svn propset svn:keywords Id &lt;file&gt;

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

Property Changed:
----------------
    trunk/squirrelmail/functions/files.php

Modified: trunk/squirrelmail/functions/files.php
===================================================================
--- trunk/squirrelmail/functions/files.php2008-11-21 02:51:13 UTC (rev 13325)
+++ trunk/squirrelmail/functions/files.php2008-11-21 19:32:02 UTC (rev 13326)
&lt; at &gt;&lt; at &gt; -8,7 +8,7 &lt; at &gt;&lt; at &gt;
  *
  * &lt; at &gt;copyright &amp;copy; 2008-2008 The SquirrelMail Project Team
  * &lt; at &gt;license http://opensource.org/licenses/gpl-license.php GNU Public License
- * &lt; at &gt;version $Id: $
+ * &lt; at &gt;version $Id$
  * &lt; at &gt;package squirrelmail
  */
 


Property changes on: trunk/squirrelmail/functions/files.php
________________________________________________</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-21T19:32:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4298">
    <title>SF.net SVN: squirrelmail:[13325] trunk/squirrelmail</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4298</link>
    <description>Revision: 13325
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13325&amp;view=rev
Author:   pdontthink
Date:     2008-11-21 02:51:13 +0000 (Fri, 21 Nov 2008)

Log Message:
-----------
Use sq_is_writable()

Modified Paths:
--------------
    trunk/squirrelmail/functions/abook_local_file.php
    trunk/squirrelmail/src/configtest.php

Modified: trunk/squirrelmail/functions/abook_local_file.php
===================================================================
--- trunk/squirrelmail/functions/abook_local_file.php2008-11-20 22:34:38 UTC (rev 13324)
+++ trunk/squirrelmail/functions/abook_local_file.php2008-11-21 02:51:13 UTC (rev 13325)
&lt; at &gt;&lt; at &gt; -151,7 +151,7 &lt; at &gt;&lt; at &gt;
         $this-&gt;error = '';
         $file   = $this-&gt;filename;
         $create = $this-&gt;create;
-        $fopenmode = (($this-&gt;writeable &amp;&amp; is_writable($file)) ? 'a+' : 'r');
+        $fopenmode = (($this-&gt;writeable &amp;&amp; sq_is_writable($file)) ? 'a+' : 'r');
 
         /* Return true is file is open and $new is unset */
         if($this-&gt;fil</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-21T02:51:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4297">
    <title>SF.net SVN: squirrelmail:[13324]trunk/squirrelmail/functions/files.php</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4297</link>
    <description>Revision: 13324
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13324&amp;view=rev
Author:   pdontthink
Date:     2008-11-20 22:34:38 +0000 (Thu, 20 Nov 2008)

Log Message:
-----------
How about adding a space

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

Modified: trunk/squirrelmail/functions/files.php
===================================================================
--- trunk/squirrelmail/functions/files.php2008-11-20 22:33:34 UTC (rev 13323)
+++ trunk/squirrelmail/functions/files.php2008-11-20 22:34:38 UTC (rev 13324)
&lt; at &gt;&lt; at &gt; -8,7 +8,7 &lt; at &gt;&lt; at &gt;
  *
  * &lt; at &gt;copyright &amp;copy; 2008-2008 The SquirrelMail Project Team
  * &lt; at &gt;license http://opensource.org/licenses/gpl-license.php GNU Public License
- * &lt; at &gt;version $Id:$
+ * &lt; at &gt;version $Id: $
  * &lt; at &gt;package squirrelmail
  */
 


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

-------------------------------------------------------------------------
This SF.Net e</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-20T22:34:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4296">
    <title>SF.net SVN: squirrelmail:[13323]trunk/squirrelmail/functions/files.php</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4296</link>
    <description>Revision: 13323
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13323&amp;view=rev
Author:   pdontthink
Date:     2008-11-20 22:33:34 +0000 (Thu, 20 Nov 2008)

Log Message:
-----------
Er, is it "Id:"?

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

Modified: trunk/squirrelmail/functions/files.php
===================================================================
--- trunk/squirrelmail/functions/files.php2008-11-20 22:32:32 UTC (rev 13322)
+++ trunk/squirrelmail/functions/files.php2008-11-20 22:33:34 UTC (rev 13323)
&lt; at &gt;&lt; at &gt; -8,7 +8,7 &lt; at &gt;&lt; at &gt;
  *
  * &lt; at &gt;copyright &amp;copy; 2008-2008 The SquirrelMail Project Team
  * &lt; at &gt;license http://opensource.org/licenses/gpl-license.php GNU Public License
- * &lt; at &gt;version $Id$
+ * &lt; at &gt;version $Id:$
  * &lt; at &gt;package squirrelmail
  */
 


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

-------------------------------------------------------------------------
This SF.Net email is sp</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-20T22:33:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4295">
    <title>SF.net SVN: squirrelmail:[13322]trunk/squirrelmail/include/init.php</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4295</link>
    <description>Revision: 13322
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13322&amp;view=rev
Author:   pdontthink
Date:     2008-11-20 22:32:32 +0000 (Thu, 20 Nov 2008)

Log Message:
-----------
The random number seed generator was creating float values that, when fed to mt_srand(), which expects an integer, were seen as zero on some systems because it was such a large number.  This fix takes a sub-string of the seed's MD5 before converting it to an integer in order to fix that problem.

Modified Paths:
--------------
    trunk/squirrelmail/include/init.php

Modified: trunk/squirrelmail/include/init.php
===================================================================
--- trunk/squirrelmail/include/init.php2008-11-20 21:46:12 UTC (rev 13321)
+++ trunk/squirrelmail/include/init.php2008-11-20 22:32:32 UTC (rev 13322)
&lt; at &gt;&lt; at &gt; -120,10 +120,21 &lt; at &gt;&lt; at &gt;
 $seed .= uniqid(mt_rand(),TRUE);
 $seed .= implode( '', stat( __FILE__) );
 
-/** PHP 4.2 and up don't require seeding, but their used seed algorithm
- *  is of qu</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-20T22:32:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4294">
    <title>SF.net SVN: squirrelmail:[13321] trunk/squirrelmail</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4294</link>
    <description>Revision: 13321
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13321&amp;view=rev
Author:   pdontthink
Date:     2008-11-20 21:46:12 +0000 (Thu, 20 Nov 2008)

Log Message:
-----------
Add a functions file for file utility functions (say that 10 times fast) along with some new file functions

Modified Paths:
--------------
    trunk/squirrelmail/functions/global.php
    trunk/squirrelmail/include/init.php

Added Paths:
-----------
    trunk/squirrelmail/functions/files.php

Added: trunk/squirrelmail/functions/files.php
===================================================================
--- trunk/squirrelmail/functions/files.php                        (rev 0)
+++ trunk/squirrelmail/functions/files.php2008-11-20 21:46:12 UTC (rev 13321)
&lt; at &gt;&lt; at &gt; -0,0 +1,265 &lt; at &gt;&lt; at &gt;
+&lt;?php
+
+/**
+ * files.php
+ *
+ * This file includes various helper functions for working
+ * with the server filesystem.
+ *
+ * &lt; at &gt;copyright &amp;copy; 2008-2008 The SquirrelMail Project Team
+ * &lt; at &gt;license http://opensource.org/licenses/gpl-lice</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-20T21:46:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4293">
    <title>SF.net SVN: squirrelmail:[13320]trunk/squirrelmail/functions/global.php</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4293</link>
    <description>Revision: 13320
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13320&amp;view=rev
Author:   pdontthink
Date:     2008-11-20 20:08:16 +0000 (Thu, 20 Nov 2008)

Log Message:
-----------
Forgot &lt; at &gt;since info for sqsetcookie

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

Modified: trunk/squirrelmail/functions/global.php
===================================================================
--- trunk/squirrelmail/functions/global.php2008-11-20 20:05:35 UTC (rev 13319)
+++ trunk/squirrelmail/functions/global.php2008-11-20 20:08:16 UTC (rev 13320)
&lt; at &gt;&lt; at &gt; -510,6 +510,8 &lt; at &gt;&lt; at &gt;
  *
  * &lt; at &gt;return void
  *
+ * &lt; at &gt;since 1.4.16 and 1.5.1
+ *
  */
 function sqsetcookie($sName, $sValue='deleted', $iExpire=0, $sPath="", $sDomain="",
                      $bSecure=false, $bHttpOnly=true, $bReplace=false) {


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

-----------------------------------------------------------------</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-20T20:08:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4292">
    <title>SF.net SVN: squirrelmail:[13319]trunk/squirrelmail/include/init.php</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4292</link>
    <description>Revision: 13319
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13319&amp;view=rev
Author:   pdontthink
Date:     2008-11-20 20:05:35 +0000 (Thu, 20 Nov 2008)

Log Message:
-----------
Add global variable indicating server OS

Modified Paths:
--------------
    trunk/squirrelmail/include/init.php

Modified: trunk/squirrelmail/include/init.php
===================================================================
--- trunk/squirrelmail/include/init.php2008-10-31 02:41:38 UTC (rev 13318)
+++ trunk/squirrelmail/include/init.php2008-11-20 20:05:35 UTC (rev 13319)
&lt; at &gt;&lt; at &gt; -75,6 +75,14 &lt; at &gt;&lt; at &gt;
 $null = NULL;
 
 /**
+ * The global $server_os variable will be "windows" if
+ * we are working in a Windows environment or "*nix"
+ * otherwise.
+ */
+global $server_os;
+if (DIRECTORY_SEPARATOR == '\\') $server_os = 'windows'; else $server_os = '*nix';
+
+/**
  * [#1518885] session.use_cookies = off breaks SquirrelMail
  *
  * When session cookies are not used, all http redirects, meta refreshes,


This was sent by t</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-20T20:05:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4290">
    <title>Missing and Empty Folders?</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4290</link>
    <description>    Dear Squirrel Mail Team:

    I was up on SquirrelMail this morning, before 9AM ET, and all seemed
    normal.   I logged back on this afternoon, about 1PM ET, and all of my
    personally-created folders are missing, and the "standard" ones (Drafts,
    Sent, Trash, Old-Messages) are empty!

    Is all this information suddenly gone, or is there a way I can retrieve
    it?   Are you working on a problem affecting many/all users, or is this
    unique to me?

    Thanks in advance for your help with this.

    --Fran
    Francis X. McGuire
    McGuire Media Group, LLC.
    333 Buena Vista Road
    Fairfield, CT 06825-1620
    T: (203) 579-0794
    F: (203) 333-6050
    C: (203) 243-3034
    fran-iV/pAHQvG3g/lw2aP8KBIQC/G2K4zDHf&lt; at &gt;public.gmane.org




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two </description>
    <dc:creator>fran-iV/pAHQvG3g/lw2aP8KBIQC/G2K4zDHf&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-11T22:26:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4289">
    <title>SF.net SVN: squirrelmail:[13318] trunk/squirrelmail</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4289</link>
    <description>Revision: 13318
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13318&amp;view=rev
Author:   pdontthink
Date:     2008-10-31 02:41:38 +0000 (Fri, 31 Oct 2008)

Log Message:
-----------
Make login form input fields configurable again (see Password Forget plugin)

Modified Paths:
--------------
    trunk/squirrelmail/src/login.php
    trunk/squirrelmail/templates/default/login.tpl
    trunk/squirrelmail/templates/default_advanced/login.tpl

Modified: trunk/squirrelmail/src/login.php
===================================================================
--- trunk/squirrelmail/src/login.php2008-10-30 21:30:09 UTC (rev 13317)
+++ trunk/squirrelmail/src/login.php2008-10-31 02:41:38 UTC (rev 13318)
&lt; at &gt;&lt; at &gt; -59,6 +59,8 &lt; at &gt;&lt; at &gt;
     }
 }
 
+$username_form_name = 'login_username';
+$password_form_name = 'secretkey';
 do_hook('login_cookie', $null);
 
 $loginname_value = (sqGetGlobalVar('loginname', $loginname) ? htmlspecialchars($loginname) : '');

Modified: trunk/squirrelmail/templates/default/login.tpl
========</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-10-31T02:41:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4288">
    <title>SF.net SVN: squirrelmail:[13317]trunk/squirrelmail/functions/options.php</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.cvs/4288</link>
    <description>Revision: 13317
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13317&amp;view=rev
Author:   pdontthink
Date:     2008-10-30 21:30:09 +0000 (Thu, 30 Oct 2008)

Log Message:
-----------
Minor spacing fix

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

Modified: trunk/squirrelmail/functions/options.php
===================================================================
--- trunk/squirrelmail/functions/options.php2008-10-30 20:57:38 UTC (rev 13316)
+++ trunk/squirrelmail/functions/options.php2008-10-30 21:30:09 UTC (rev 13317)
&lt; at &gt;&lt; at &gt; -451,7 +451,8 &lt; at &gt;&lt; at &gt;
                 $width = 25;
         }
 
-        return addInput('new_' . $this-&gt;name, $this-&gt;value, $width, 0, $this-&gt;aExtraAttribs) . htmlspecialchars($this-&gt;trailing_text); 
+//TODO: might be better to have a separate template file for all widgets, because then the layout of the widget and the "trailing text" can be customized - they are still hard coded here
+        return addInput('new_' . $this-&gt;name, $this-&gt;val</description>
    <dc:creator>pdontthink-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-10-30T21:30:09</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>
