Always sign/encrypt outgoing email in construct_email().
authorW. Trevor King <wking@tremily.us>
Mon, 23 Apr 2012 16:21:01 +0000 (12:21 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 23 Apr 2012 16:21:01 +0000 (12:21 -0400)
commit04472330df8278865a7b98d9eec82ece01f1778f
tree045ab486c30ea392d9d4df126407e43ab186fa1c
parent363db9fb101a0e31327e463a92e490b96e22cf06
Always sign/encrypt outgoing email in construct_email().

Remove the `sign` option.  If you've configured pgp_keys for the
correspondents, it's because you want to use them.

This commit also ensures that the sender is also encluded on the
recipient list for encryption, although there is currently no copy of
the email forwarded to the sender.
pygrader/email.py