diff options
author | martti <martti@pkgsrc.org> | 2006-07-13 07:59:34 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-07-13 07:59:34 +0000 |
commit | 746955f539c3c85e74ccea6631ba4c351d20dc25 (patch) | |
tree | cf5a17d217c79dc3eb8b19b5fdb595d2354668cd /mail/squirrelmail/patches/patch-ab | |
parent | eafe386beaa9a33885e78fbff769274c26983820 (diff) | |
download | pkgsrc-746955f539c3c85e74ccea6631ba4c351d20dc25.tar.gz |
Updated squirrelmail to 1.4.7
- Fixed URL for Read Receipts being incorrect in some cases (#1177518).
- Fixed endless loop when trying to parse "From: )(" (#1517867).
- Using is_file() instead of file_exists() in fortune plugin (#1499134).
- Add manual page for conf.pl under contrib.
- Don't allow selecting INBOX as Sent, Draft or Trash folder (#1242346).
Diffstat (limited to 'mail/squirrelmail/patches/patch-ab')
-rw-r--r-- | mail/squirrelmail/patches/patch-ab | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/mail/squirrelmail/patches/patch-ab b/mail/squirrelmail/patches/patch-ab deleted file mode 100644 index e00b02ce445..00000000000 --- a/mail/squirrelmail/patches/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ab,v 1.12 2006/04/11 05:24:20 martti Exp $ - ---- functions/i18n.php.orig 2006-02-10 22:30:31.000000000 +0200 -+++ functions/i18n.php 2006-04-11 08:15:24.000000000 +0300 -@@ -834,11 +834,11 @@ - $languages['zh_CN']['LOCALE'] = 'zh_CN.GB2312'; - $languages['cn']['ALIAS'] = 'zh_CN'; - --/* - $languages['uk_UA']['NAME'] = 'Ukrainian'; --$languages['uk_UA']['CHARSET'] = 'koi8-u'; -+$languages['uk_UA']['CHARSET'] = 'utf-8'; -+$languages['uk_UA']['LOCALE'] = array('uk_UA.UTF-8','uk_UA','uk'); - $languages['uk']['ALIAS'] = 'uk_UA'; --*/ -+ - /* - $languages['vi_VN']['NAME'] = 'Vietnamese'; - $languages['vi_VN']['CHARSET'] = 'utf-8'; |