From 2a2359a41ebbfe7d25d61a455a5d4f2f89e80546 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Thu, 23 Jul 2015 16:08:16 -0400 Subject: [PATCH] fixed a comment --- edward | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1