From: Andrew Engelbrecht Date: Thu, 23 Jul 2015 20:08:16 +0000 (-0400) Subject: fixed a comment X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2a2359a41ebbfe7d25d61a455a5d4f2f89e80546;p=edward.git fixed a comment --- diff --git a/edward b/edward index b014d91..3dceda9 100755 --- a/edward +++ b/edward @@ -634,7 +634,7 @@ def generate_encrypted_mime (plaintext, email_from, email_subject, encrypt_to_ke gpgme_ctx): # quoted printable encoding lets most ascii characters look normal - # before the decrypted mime message is decoded. + # before the mime message is decoded. char_set = email.charset.Charset("utf-8") char_set.body_encoding = email.charset.QP