Alejandro Casanovas

Results 271 comments of Alejandro Casanovas

Fixed in 094399b2a5d5aab3481e2189d17e563e61c62c81 To negate groups (or anything) the negate should go BEFORE the action, so: ```python query = mailbox.new_query() query = query.negate().open_group() # negate goes first! or otherwise will...