Mercurial > p > roundup > code
comparison roundup/mailer.py @ 4659:eabe86afc6ee
issue2550756: Fix `oder' typo in mailer.Mailer.bounce_message docstring, thanks W. Trevor King
| author | John Kristensen <john@jerrykan.com> |
|---|---|
| date | Tue, 28 Aug 2012 21:01:35 +1000 |
| parents | 62239a524beb |
| children | 760ffc0eae5b |
comparison
equal
deleted
inserted
replaced
| 4658:838e0e0c5e9f | 4659:eabe86afc6ee |
|---|---|
| 151 extended or overridden according to the config | 151 extended or overridden according to the config |
| 152 ERROR_MESSAGES_TO setting. | 152 ERROR_MESSAGES_TO setting. |
| 153 - error: the reason of failure as a string. | 153 - error: the reason of failure as a string. |
| 154 - subject: the subject as a string. | 154 - subject: the subject as a string. |
| 155 - crypt: require encryption with pgp for user -- applies only to | 155 - crypt: require encryption with pgp for user -- applies only to |
| 156 mail sent back to the user, not the dispatcher oder admin. | 156 mail sent back to the user, not the dispatcher or admin. |
| 157 | 157 |
| 158 """ | 158 """ |
| 159 crypt_to = None | 159 crypt_to = None |
| 160 if crypt: | 160 if crypt: |
| 161 crypt_to = to | 161 crypt_to = to |
