notmuch/bindings
Justus Winter ada246aa20 python: make the result of Message.get_replies() more pythonic
Formerly Message.get_replies() returned an iterator or None forcing
users to check the result before iterating over it leading to strange
looking code at the call site.

Fix this flaw by adding an EmptyMessagesResult class that behaves like
the Messages class but immediatly raises StopIteration if used as an
iterator and returning objects of this type from Message.get_replies()
to indicate that there are no replies.
2012-01-02 17:01:40 +01:00
..
go update for go-release-2011-02-01: 2011-02-03 09:36:58 +01:00
python python: make the result of Message.get_replies() more pythonic 2012-01-02 17:01:40 +01:00
ruby ruby: Fix macros, use quoting 2011-10-04 16:57:33 +03:00