Ticket #1931: notify.patch
| File notify.patch, 704 bytes (added by anonymous, 7 years ago) |
|---|
-
trac/Notify.py
diff -r -u --exclude=.svn --exclude='*.pyc' branches/trac-0.9.pre-trunk/trac/Notify.py trunk/trac/Notify.py
old new 309 309 emails.append(recipient) 310 310 elif self.email_map.has_key(recipient): 311 311 emails.append(self.email_map[recipient]) 312 elif self.config.get("notification", "default_domain"): 313 emails.append("%s@%s" % ( 314 recipient, 315 self.config.get("notification", "default_domain"))) 312 316 313 317 # Remove duplicates 314 318 result = []
