projects
/
edward.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b0e37d
)
fixed a comment
author
Andrew Engelbrecht
<sudoman@ninthfloor.org>
Thu, 23 Jul 2015 20:08:16 +0000
(16:08 -0400)
committer
Andrew Engelbrecht
<sudoman@ninthfloor.org>
Mon, 7 Dec 2015 18:28:40 +0000
(13:28 -0500)
edward
patch
|
blob
|
blame
|
history
diff --git
a/edward
b/edward
index b014d91261ce1c4d99266b7b7d16c75ffdce4a67..3dceda9f7076bf3d11070311903b69acd28a24b7 100755
(executable)
--- 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