[geary] Garbled email addresses in conversation view: Closes bgo#713060
- From: Jim Nelson <jnelson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary] Garbled email addresses in conversation view: Closes bgo#713060
- Date: Thu, 20 Feb 2014 23:17:16 +0000 (UTC)
commit 1cbd39bb635efa6e94f9dd519064dcde18c01428
Author: Jakob Unterwurzacher <jakobunt gmail com>
Date: Thu Feb 20 15:15:06 2014 -0800
Garbled email addresses in conversation view: Closes bgo#713060
Technically broken (unencoded dot!) "From:" addresses like
=?utf-8?Q?WestLicht.=20Schauplatz=20f=C3=BCr=20Fotografie?= <info westlicht com>
were not decoded in Geary's conversation viewer.
Other clients like Gmail and Thunderbird handle the
brokenness, and we should too.
This also closes bgo#714339, "subject contains garbled UTF-8
characters".
https://bugzilla.gnome.org/show_bug.cgi?id=713060
https://bugzilla.gnome.org/show_bug.cgi?id=714339
THANKS | 1 +
src/engine/rfc822/rfc822.vala | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/THANKS b/THANKS
index 0418450..5c2228c 100644
--- a/THANKS
+++ b/THANKS
@@ -38,6 +38,7 @@ Michel Alexandre Salim <salimma fedoraproject org>
Anirudh Sanjeev <skyronic gmail com>
Jakub Steiner <jimmac gmail com>
Wolfgang Steitz <wolfer7 web de>
+Jakob Unterwurzacher <jakobunt gmail com>
Colin Walters <walters verbum org>
Alexander Wilms <alexander wilms zoho com>
diff --git a/src/engine/rfc822/rfc822.vala b/src/engine/rfc822/rfc822.vala
index 714107f..2a5d93d 100644
--- a/src/engine/rfc822/rfc822.vala
+++ b/src/engine/rfc822/rfc822.vala
@@ -12,7 +12,7 @@ internal void init() {
if (init_count++ != 0)
return;
- GMime.init(0);
+ GMime.init(GMime.ENABLE_RFC2047_WORKAROUNDS);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]