Edgewall Software

Changes between Initial Version and Version 2 of Ticket #8356


Ignore:
Timestamp:
Jun 6, 2009, 7:30:37 PM (15 years ago)
Author:
Remy Blank
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8356

    • Property Summary Email addressin user preferences are not honored when user name looks like an email addessEmail address in user preferences is not honored when user name contains an "@"
  • Ticket #8356 – Description

    initial v2  
    22
    33The following patch against 0.11.1 changes the code to honor the email address if one is given and to do the other guessing only if there is none.
    4 
     4{{{
     5#!diff
    56--- notification.py-org 2009-06-05 13:56:08.000000000 +0200
    67+++ notification.py     2009-06-05 14:02:58.000000000 +0200
     
    3940         mo = self.shortaddr_re.search(address)
    4041         if mo:
     42}}}