notmuch/bindings
Sebastian Spaeth 8866a89e3c python: Remove Messages().__len__
Messages.__len__() exhausted the iterator and list() inherently calls
len(), so we could not invoke list(msgs) without getting errors. Fix
this by implementing __nonzero__ but removing __len__ on Messages.

Use Query.count_messages() or len(list(msgs)) if you need to know the
number.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2011-06-15 14:25:33 +02:00
..
go update for go-release-2011-02-01: 2011-02-03 09:36:58 +01:00
python python: Remove Messages().__len__ 2011-06-15 14:25:33 +02:00
ruby ruby: Add generated files to .gitignore 2011-02-03 01:40:38 +02:00