Remvoed Debug variable
I removed this variable. The default level now is 3, not 5.
This commit is contained in:
@ -299,8 +299,6 @@ class OfflineImap(object):
|
||||
for dtype in debugtypes:
|
||||
dtype = dtype.strip()
|
||||
self.ui.add_debug(dtype)
|
||||
if dtype.lower() == u'imap':
|
||||
imaplib.Debug = 5
|
||||
|
||||
if options.runonce:
|
||||
# Must kill the possible default option.
|
||||
|
Reference in New Issue
Block a user