Changeset 481


Ignore:
Timestamp:
08/13/10 10:16:22 (14 years ago)
Author:
bas
Message:

applied patch from Konstantin Ryabitsev that solve that one email address can have multiple trac accounts, see #218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r477 r481  
    340340                        if e and (e.lower() == self.email_addr.lower()) ]
    341341
    342                 if len(users) == 1:
     342                if len(users) => 1:
    343343                        self.email_from = users[0][0]
    344344                        self.author = users[0][0]
Note: See TracChangeset for help on using the changeset viewer.