| Summary | "Sent" folder doesn't work in French |
| Queue | IMP |
| Queue Version | 4.3 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | Horde Developers |
| Requester | laurent (at) opensolaris (dot) org |
| Created | 11/11/2008 (235 days ago) |
| Due | |
| Updated | 01/11/2009 (174 days ago) |
| Assigned | 12/30/2008 (186 days ago) |
| Resolved | 01/11/2009 (174 days ago) |
| Attachments | |
| Milestone | |
| Patch | No |
State ⇒ Feedback
#7545. As of IMP 5, the default folder names can no longer be 8 bitin prefs.php - they MUST be in UTF7-IMAP. All translation is done in
the IMP libraries.
State ⇒ Assigned
default name in French does not work.
default (and Drafts, Trash, and Spam) a gettext string when there is
no guarantee that the gettext strings won't contain 8bit chars?
missing some conversion. 8bit chars in the drafts folder don't cause
any problems, in the sent-mail folder they do. It doesn't help to
convert the folder names in conf/prefs.php to utf7-imap (which seems
the correct solution to me), because then the drafts folder no longer
works.
Looks like we are missing a conversion somewhere, or have one too
much, depending on the point of view.
State ⇒ Feedback
default name in French does not work.
default (and Drafts, Trash, and Spam) a gettext string when there is
no guarantee that the gettext strings won't contain 8bit chars?
default name in French does not work.
I'm not free to choose a different name. I'm forced to do so, else it
just doesn't work. It might be a simple encoding issue of the
translated name.
#7545would effectively be a fix, because the buggy encoding woulddisappear, but I think the default name should work until it's included.
Taken from Jan Schneider
State ⇒ Not A Bug
Otherwise a duplicate of
request #7545.State ⇒ Assigned
Patch ⇒
Milestone ⇒
Summary ⇒ "Sent" folder doesn't work in French
Type ⇒ Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Queue ⇒ IMP
then logging in in French, I tried to send an email.
The window that opened said the email was going to be saved in the "Envoy??" folder (instead of "Envoyés").
When it tried to create the folder, it failed, since the name was not valid.
As a proper workaround, I modified the prefs.php file this way:
263c263
< 'value' => _("Sent"),
---
by Thunderbird. Shouldn't it work as TB does? Ie, have always the same
underlying name for the folder ("Sent"), then translate it only in the
GUI, so it stays the same whatever the language and MUA chosen?