Geary.Engine.MailboxAddress: Don't force ISO-8859-1 encoding

This commit is contained in:
Michael Gratton 2020-05-05 22:12:08 +10:00 committed by Michael James Gratton
parent 940781a379
commit 2b5e084b61

View file

@ -477,7 +477,7 @@ public class Geary.RFC822.MailboxAddress :
GMime.utils_header_encode_phrase(
Geary.RFC822.get_format_options(),
this.name,
"iso-8859-1"
null
),
to_rfc822_address()
)