missing iter_new_message() implementation
This commit is contained in:
parent
538b810d06
commit
9d6da1e7bb
1 changed files with 3 additions and 0 deletions
|
|
@ -30,3 +30,6 @@ class AuMBackend(Backend, ICapMessages, ICapMessagesReply):
|
|||
|
||||
def iter_messages(self, thread=None):
|
||||
return dict().iteritems()
|
||||
|
||||
def iter_new_messages(self, thread=None):
|
||||
return dict().iteritems()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue