repository/IMAP.py Removed initialitation
We don't need initialite this variable here.
This commit is contained in:
@ -177,7 +177,6 @@ class IMAPRepository(BaseRepository):
|
||||
return mechs
|
||||
|
||||
def getuser(self):
|
||||
user = None
|
||||
localeval = self.localeval
|
||||
|
||||
if self.config.has_option(self.getsection(), 'remoteusereval'):
|
||||
|
Reference in New Issue
Block a user