Changes between Initial Version and Version 2 of Ticket #1412


Ignore:
Timestamp:
Apr 2, 2007, 5:35:44 PM (17 years ago)
Author:
Noah Kantrowitz
Comment:

Fixing formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1412 – Description

    initial v2  
    66
    77I've modified trac-wiki-notify to add the Date: header and would like to contribute this feature for further inclusion into the official version. Here is the patch:
    8 
     8{{{
     9#!diff
    910--- trac-wiki-notify.orig       Mon Apr  2 07:33:16 2007
    1011+++ trac-wiki-notify    Mon Apr  2 08:06:19 2007
     
    4748             smtp_body += "Subject: Notification of %i changes to Trac Wiki %s\n\n" % (len(changes), trac_url)
    4849             smtp_body += email_body
     50}}}