projects
/
edward.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2007103
)
a signature key should be set as a fallback key
author
Andrew Engelbrecht
<sudoman@ninthfloor.org>
Thu, 23 Jul 2015 15:29:05 +0000
(11:29 -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 21c26a13ab2b43b8725c1807d1b934827c712e63..c06751da7ebf1845c719180c1088704ef0b3d7f3 100755
(executable)
--- a/
edward
+++ b/
edward
@@
-361,7
+361,7
@@
def prepare_for_reply_pieces (eddymsg_obj, replyinfo_obj):
else:
replyinfo_obj.sig_success = True
- if replyinfo_obj.target_key == None:
+ if replyinfo_obj.
fallback_
target_key == None:
replyinfo_obj.fallback_target_key = piece.gpg_data.sigs[0]