Browse Source

[FIX] don't call search_matches with browse_null as this can cause a

practically infinite loop
pull/78/head
Holger Brunn 12 years ago
parent
commit
b75dde91c0
  1. 2
      fetchmail_attach_from_folder/model/fetchmail_server.py

2
fetchmail_attach_from_folder/model/fetchmail_server.py

@ -241,8 +241,6 @@ class fetchmail_server(Model):
raise except_orm(
_('Error'), _('Mailbox %s not found!') %
folder.path)
folder.get_algorithm().search_matches(
cr, uid, folder, browse_null(), '')
connection.close()
this.write({'state': 'done'})

Loading…
Cancel
Save