Summary | Fix default email sending charset on first login |
Queue | Horde Base |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 12/17/2012 (4583 days ago) |
Due | |
Updated | 12/20/2012 (4580 days ago) |
Assigned | 12/18/2012 (4582 days ago) |
Resolved | 12/20/2012 (4580 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
I've also reviewed Prefs/Scope.php for fun (wanted to find out how it
works) and looks good, too.
commit 799f903d0c4012198cc306e9b2bfaa8f40da1e3f
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Dec 17 22:58:12 2012 -0700
[mms] When removing a pref, reset its value in the cached scope
to the default (
Bug #11895).framework/Prefs/lib/Horde/Prefs/Scope.php | 6 +++++-
framework/Prefs/package.xml | 2 ++
2 files changed, 7 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/799f903d0c4012198cc306e9b2bfaa8f40da1e3f
State ⇒ Feedback
backend. This should now be fixed, and the preference value is set to
the default.
This should fix.
State ⇒ Assigned
Patch ⇒ No
Assigned to Michael Slusarz
iso-8859-1 on my box.
Later logins contain UTF-8 as expected, I'll shortly attach a patch
to fix it.
value to the default, so that needs to be the correct fix.
New Attachment: 0001-Fix-default-email-sending-charset-on-first-login-Bug.patch
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ Fix default email sending charset on first login
Type ⇒ Bug
on first login, the default email sending charset defaults to
iso-8859-1 on my box.
Later logins contain UTF-8 as expected, I'll shortly attach a patch to fix it.
Cheers,
Thomas