imaplibutil.py removed extra characters
I removed these characters.
This commit is contained in:
parent
222cd235d6
commit
d02b0a5c3e
@ -32,7 +32,7 @@ from offlineimap.ui import getglobalui
|
||||
from offlineimap.virtual_imaplib2 import IMAP4, IMAP4_SSL, InternalDate
|
||||
|
||||
|
||||
class UsefulIMAPMixIn():
|
||||
class UsefulIMAPMixIn:
|
||||
def __getselectedfolder(self):
|
||||
if self.state == 'SELECTED':
|
||||
return self.mailbox
|
||||
|
Loading…
Reference in New Issue
Block a user