Mercurial > p > roundup > code
diff roundup/mailgw.py @ 4573:8b2ccf6f2cf7
Fix initialisation of crypt option.
Bug introduced with gpg support update.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Fri, 16 Dec 2011 09:23:24 +0100 |
| parents | 6e3e4f24c753 |
| children | c426cb251bc7 |
line wrap: on
line diff
--- a/roundup/mailgw.py Fri Dec 09 14:49:26 2011 +0100 +++ b/roundup/mailgw.py Fri Dec 16 09:23:24 2011 +0100 @@ -1447,6 +1447,7 @@ # its way into here... try to handle it gracefully self.parsed_message = None + crypt = False sendto = message.getaddrlist('resent-from') if not sendto: sendto = message.getaddrlist('from')
