|
15 | 15 | # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
16 | 16 | # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
17 | 17 | # |
18 | | -# $Id: roundupdb.py,v 1.19 2001-11-22 15:46:42 jhermann Exp $ |
| 18 | +# $Id: roundupdb.py,v 1.20 2001-11-25 10:11:14 jhermann Exp $ |
19 | 19 |
|
20 | 20 | __doc__ = """ |
21 | 21 | Extending hyperdb with types specific to issue-tracking. |
@@ -340,7 +340,7 @@ def sendmessage(self, nodeid, msgid): |
340 | 340 | writer = MimeWriter.MimeWriter(message) |
341 | 341 | writer.addheader('Subject', '[%s%s] %s'%(cn, nodeid, title)) |
342 | 342 | writer.addheader('To', ', '.join(sendto)) |
343 | | - writer.addheader('Form', self.ISSUE_TRACKER_EMAIL) |
| 343 | + writer.addheader('From', self.ISSUE_TRACKER_EMAIL) |
344 | 344 | writer.addheader('Reply-To:', self.ISSUE_TRACKER_EMAIL) |
345 | 345 | if files: |
346 | 346 | part = writer.startmultipartbody('mixed') |
@@ -393,6 +393,9 @@ def email_footer(self, nodeid, msgid): |
393 | 393 |
|
394 | 394 | # |
395 | 395 | # $Log: not supported by cvs2svn $ |
| 396 | +# Revision 1.19 2001/11/22 15:46:42 jhermann |
| 397 | +# Added module docstrings to all modules. |
| 398 | +# |
396 | 399 | # Revision 1.18 2001/11/15 10:36:17 richard |
397 | 400 | # . incorporated patch from Roch'e Compaan implementing attachments in nosy |
398 | 401 | # e-mail |
|
0 commit comments