diff options
author | nork <nork@FreeBSD.org> | 2010-02-14 22:01:31 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2010-02-14 22:01:31 +0800 |
commit | bd4a8bc371b11fa7eaeb8f8a2bb64bb780f026ed (patch) | |
tree | 61f61ef168ca38afa7845644e6fb84697162551a /UPDATING | |
parent | e63c6c34ac1672d4a8183b8fa4f58ac836f154cc (diff) | |
download | freebsd-ports-gnome-bd4a8bc371b11fa7eaeb8f8a2bb64bb780f026ed.tar.gz freebsd-ports-gnome-bd4a8bc371b11fa7eaeb8f8a2bb64bb780f026ed.tar.zst freebsd-ports-gnome-bd4a8bc371b11fa7eaeb8f8a2bb64bb780f026ed.zip |
Preparing japanese/roundcube import.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5,6 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20100214: + AFFECTS: users of japanese/roundcube + AUTHOR: nork@FreeBSD.org + + If you switch mail/roundcube to japanese/roundcube, please re-check + configuration files like ${PREFIX}/www/roundcube/config/main.inc.php. + At least, please add following settings: + + $rcmail_config['message_charset_languages'] = array('en_US' => 'ISO-8859-1', ... + $rcmail_config['transfer_encoding_languages'] = array('en_US' => 'quoted-printable', ... + + SEE ALSO: ${PREFIX}/www/roundcube/config/main.inc.php.dist + 20100207: AFFECTS: users of www/firefox AUTHOR: beat@FreeBSD.org |