summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5a5d22e)
raw | patch | inline | side by side (parent: 5a5d22e)
author | jhermann <jhermann@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 25 Nov 2001 10:11:14 +0000 (10:11 +0000) | ||
committer | jhermann <jhermann@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 25 Nov 2001 10:11:14 +0000 (10:11 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@422 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/roundupdb.py | patch | blob | history |
diff --git a/roundup/roundupdb.py b/roundup/roundupdb.py
index 8f33f1e6da6e29f3fda1ae8100cd2988867eca6e..7650cc8e78768f6f3c2a6b63991bef55a5223429 100644 (file)
--- a/roundup/roundupdb.py
+++ b/roundup/roundupdb.py
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: roundupdb.py,v 1.19 2001-11-22 15:46:42 jhermann Exp $
+# $Id: roundupdb.py,v 1.20 2001-11-25 10:11:14 jhermann Exp $
__doc__ = """
Extending hyperdb with types specific to issue-tracking.
writer = MimeWriter.MimeWriter(message)
writer.addheader('Subject', '[%s%s] %s'%(cn, nodeid, title))
writer.addheader('To', ', '.join(sendto))
- writer.addheader('Form', self.ISSUE_TRACKER_EMAIL)
+ writer.addheader('From', self.ISSUE_TRACKER_EMAIL)
writer.addheader('Reply-To:', self.ISSUE_TRACKER_EMAIL)
if files:
part = writer.startmultipartbody('mixed')
#
# $Log: not supported by cvs2svn $
+# Revision 1.19 2001/11/22 15:46:42 jhermann
+# Added module docstrings to all modules.
+#
# Revision 1.18 2001/11/15 10:36:17 richard
# . incorporated patch from Roch'e Compaan implementing attachments in nosy
# e-mail