notmuch/bindings
Sebastian Spaeth 4557af3064 python: Implement Message.__cmp__ and __hash__
We can now do: if msg1 == msg2, and we can use set arithmetic on
Messages():
  s1, s2= msgs1, msgs2
  s1.union(s2)
  s2 -= s1

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2011-06-15 15:05:47 +02:00
..
go update for go-release-2011-02-01: 2011-02-03 09:36:58 +01:00
python python: Implement Message.__cmp__ and __hash__ 2011-06-15 15:05:47 +02:00
ruby ruby: Add generated files to .gitignore 2011-02-03 01:40:38 +02:00