projects
/
edward.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6906d46
)
this will be useful later
author
Andrew Engelbrecht
<sudoman@ninthfloor.org>
Wed, 22 Jul 2015 21:39:19 +0000
(17:39 -0400)
committer
Andrew Engelbrecht
<sudoman@ninthfloor.org>
Mon, 7 Dec 2015 18:28:39 +0000
(13:28 -0500)
for knowing how which nested layers of decrytion to reply with.
edward
patch
|
blob
|
blame
|
history
diff --git
a/edward
b/edward
index 050ba7721a1e29bbc94333bc130bf9fa48c973b8..63cfb0b53c4f6abfd3a034e79688e97ca1a7d09e 100755
(executable)
--- a/
edward
+++ b/
edward
@@
-288,6
+288,7
@@
def gpg_on_payloads (eddymsg_obj, gpgme_ctx, prev_parts=[]):
if plaintext:
piece.gpg_data = GPGData()
+ piece.gpg_data.decrypted = True
piece.gpg_data.sigs = sigs
# recurse!
piece.gpg_data.plainobj = parse_pgp_mime(plaintext, gpgme_ctx)