Geary.Engine.MailboxAddress: Don't force ISO-8859-1 encoding
This commit is contained in:
parent
940781a379
commit
2b5e084b61
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ public class Geary.RFC822.MailboxAddress :
|
||||||
GMime.utils_header_encode_phrase(
|
GMime.utils_header_encode_phrase(
|
||||||
Geary.RFC822.get_format_options(),
|
Geary.RFC822.get_format_options(),
|
||||||
this.name,
|
this.name,
|
||||||
"iso-8859-1"
|
null
|
||||||
),
|
),
|
||||||
to_rfc822_address()
|
to_rfc822_address()
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue