Changeset 65 for emailtotracscript/trunk


Ignore:
Timestamp:
04/16/06 11:13:21 (18 years ago)
Author:
bas
Message:

EmailtoTracScript?:

email2trac.py:

  • Fixed a bug notification variable was proper initialised Reported by: Stephen a Cochran
File:
1 edited

Legend:

Unmodified
Added
Removed
  • emailtotracscript/trunk/email2trac.py.in

    r62 r65  
    314314                if self.get_config('notification', 'smtp_enabled') in ['true']:
    315315                        self.notification = 1
     316                else:
     317                        self.notification = 0
    316318
    317319                # Some defaults
Note: See TracChangeset for help on using the changeset viewer.