]> git.pld-linux.org Git - packages/squirrelmail.git/commitdiff
- outdated.
authorkloczek <kloczek@pld-linux.org>
Thu, 14 Feb 2002 21:18:54 +0000 (21:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squirrelmail-setlocale.patch -> 1.3
    squirrelmail-sqspell_pl.patch -> 1.2

squirrelmail-setlocale.patch [deleted file]
squirrelmail-sqspell_pl.patch [deleted file]

diff --git a/squirrelmail-setlocale.patch b/squirrelmail-setlocale.patch
deleted file mode 100644 (file)
index dd2c7c8..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -urN squirrelmail-1.2.0-rc2.org/functions/i18n.php squirrelmail-1.2.0-rc2/functions/i18n.php
---- squirrelmail-1.2.0-rc2.org/functions/i18n.php      Thu Oct  4 14:15:24 2001
-+++ squirrelmail-1.2.0-rc2/functions/i18n.php  Thu Oct  4 14:16:53 2001
-@@ -829,6 +829,11 @@
-       if (isset($sm_language) && $use_gettext &&
-           $squirrelmail_language != '' &&
-         isset($languages[$sm_notAlias]['CHARSET'])) {
-+       if (isset($sm_notAlias) && strlen($sm_notAlias) == 2
-+              && !is_file("/usr/share/i18n/locales/" . $sm_notAlias)) {
-+        $new_sm_notAlias = $sm_notAlias . "_" . strtoupper($sm_notAlias);
-+        if (is_file("/usr/share/i18n/locales/" . $new_sm_notAlias))
-+         $sm_notAlias = $new_sm_notAlias; }
-          if ((ini_get('safe_mode') == FALSE) && (getenv('LC_ALL') != $sm_language)) {
-            putenv('LC_ALL=' . $sm_notAlias);
-          }
diff --git a/squirrelmail-sqspell_pl.patch b/squirrelmail-sqspell_pl.patch
deleted file mode 100644 (file)
index 723db13..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- sqspell_config.dist~       Sat Jul 21 20:58:26 2001
-+++ sqspell_config.dist                Sat Jul 21 21:01:51 2001
-@@ -38,7 +38,10 @@
-    Whatever your setting is, don't omit the "-a" flag.
-                                                               **/
--$SQSPELL_APP = array("English" => "ispell -a");
-+$SQSPELL_APP = array(
-+      "English" => "ispell -a",
-+      "Polski" => "ispell -d polish -a"
-+              );
- /**
-    DEFAULT DICTIONARY
This page took 0.036399 seconds and 4 git commands to generate.