follow new interface
This commit is contained in:
parent
812c597f34
commit
1c035761a8
1 changed files with 1 additions and 1 deletions
|
|
@ -25,5 +25,5 @@ class AuMBackend(Backend, ICapMessages, ICapMessagesReply):
|
||||||
def __init__(self, weboob):
|
def __init__(self, weboob):
|
||||||
Backend.__init__(self, weboob)
|
Backend.__init__(self, weboob)
|
||||||
|
|
||||||
def iter_new_messages(self, thread=None):
|
def iter_messages(self, thread=None):
|
||||||
return dict().iteritems()
|
return dict().iteritems()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue