aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/trac/files/extra-patch-Notify.py
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/trac/files/extra-patch-Notify.py')
-rw-r--r--japanese/trac/files/extra-patch-Notify.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/japanese/trac/files/extra-patch-Notify.py b/japanese/trac/files/extra-patch-Notify.py
deleted file mode 100644
index 5e7d1e044d10..000000000000
--- a/japanese/trac/files/extra-patch-Notify.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- trac/Notify.py.orig2 Tue Aug 22 19:47:42 2006
-+++ trac/Notify.py Tue Aug 22 19:48:00 2006
-@@ -139,7 +139,7 @@
- msg['Sender'] = self.from_email
- msg['Reply-To'] = self.replyto_email
- msg['To'] = rcpt
-- msg['Date'] = formatdate()
-+ msg['Date'] = formatdate(time.time(), self.config.getbool('notification', 'local_timezone'))
- for hdr in mime_headers.keys():
- msg[hdr] = mime_headers[hdr]
- self.env.log.debug("Sending SMTP notification to %s on port %d"