verify signatures even if key is new to edward
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Thu, 21 Jan 2016 20:29:39 +0000 (15:29 -0500)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Thu, 21 Jan 2016 20:29:39 +0000 (15:29 -0500)
commitb93c3c29384b312a323011e2e7f6f02fa0414e47
tree4e92ef25136e2988b3bfe9487e99315abf562aed
parentb8a80a18fd0362e5f7367db568b1a0358212d135
verify signatures even if key is new to edward

previously when users sent edward their gpg key and signed that message
with that key, users would not receive a message noting signature
verification success.

this commit processes emails twice so that keys are imported the first
time and signatures are verified the second time around. it is not the
most elegant method, but it works and lengthens run time very little.
for now debug output mentions imported keys twice but debug output is
not visible to users.
edward