Your message dated Mon, 5 Nov 2007 11:55:56 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#421007: Not seend here..
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: roundcube
Version: 0.1~beta2.2~dfsg-1
Severity: minor
Tags: patch
It appears that some special characters are not correctly replaced in
some strings.
The one I focused on is the 'messagesfromto' string which doesn't
appear clearly with the 'à' special char.
A patch could be :
--- func.inc.old 2007-04-24 17:32:13.000000000 +0200
+++ func.inc 2007-04-24 17:32:28.000000000 +0200
@@ -657,7 +657,7 @@
'to' => min($max, $start_msg
+ $IMAP->page_size - 1),
'count' => $max)));
- return rep_specialchars_output($out);
+ return rep_specialchars_output($out, 'html', 'all');
}
It may also affect some other strings as long the rep_specialchars is
not only used with arguments.
Thanks,
Nicolas
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (990, 'stable'), (500, 'oldstable'), (66,
'unstable'), (33, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages roundcube depends on:
ii apache2 2.2.3-4 Next generation, scalable, extenda
ii apache2-mpm-prefork [httpd] 2.2.3-4 Traditional model for Apache HTTPD
ii dbconfig-common 1.8.31 common framework for packaging dat
ii debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii php-auth 1.2.4-0.1 PHP PEAR modules for creating an a
ii php-db 1.7.6-2 PHP PEAR Database Abstraction Laye
ii php-mail-mime 1.3.1-1.1 PHP PEAR module for creating and d
ii php-net-smtp 1.2.6-2 PHP PEAR module implementing SMTP
ii php-net-socket 1.0.6-2 PHP PEAR Network Socket Interface
ii php5 5.2.0-10 server-side, HTML-embedded scripti
ii php5-mcrypt 5.2.0-10 MCrypt module for php5
ii php5-sqlite 5.2.0-10 SQLite module for php5
ii postgresql-client 8.2.3-5 front-end programs for PostgreSQL
ii postgresql-client-8.2 [postgr 8.2.3-5 front-end programs for PostgreSQL
ii sqlite 2.8.17-2 command line interface for SQLite
ii ucf 2.0021 Update Configuration File: preserv
roundcube recommends no packages.
-- debconf information:
* roundcube/dbconfig-install: true
* roundcube/db/dbname: roundcube
roundcube/pgsql/authmethod-admin: ident
roundcube/pgsql/admin-user: postgres
roundcube/internal/skip-preseed: false
roundcube/db/app-user:
roundcube/dbconfig-reinstall: false
* roundcube/restart-webserver: true
roundcube/dbconfig-upgrade: true
roundcube/remote/port:
roundcube/pgsql/no-empty-passwords:
roundcube/passwords-do-not-match:
roundcube/internal/reconfiguring: false
roundcube/upgrade-error: abort
roundcube/pgsql/authmethod-user: password
roundcube/purge: false
* roundcube/language: fr
roundcube/remote/newhost:
roundcube/pgsql/changeconf: false
roundcube/upgrade-backup: true
roundcube/install-error: abort
roundcube/mysql/admin-user: root
* roundcube/hosts: ssl://localhost:993
roundcube/dbconfig-remove:
roundcube/mysql/method: unix socket
roundcube/remove-error: abort
roundcube/pgsql/method: unix socket
roundcube/pgsql/manualconf:
* roundcube/db/basepath: /var/lib/dbconfig-common/sqlite/roundcube
* roundcube/reconfigure-webserver: apache2
* roundcube/database-type: sqlite
roundcube/remote/host:
--- End Message ---
--- Begin Message ---
Package: roundcube
Version: 0.1~rc2-1
On Mon, 5 Nov 2007 10:29:58 +0100, Romain Beauxis <[EMAIL PROTECTED]>
wrote:
> I can confirm that I no longer experience this bug.
I close it then.
--- End Message ---