[python] segfaults at Message.get_date

2011-06-16 Thread Patrick Totzke
-- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110616/5168512f/attachment.pgp>

Python updates

2011-06-16 Thread Sebastian Spaeth
rg/pipermail/notmuch/attachments/20110616/d5d53d96/attachment.pgp>

[PATCH] Fix compilation warnings in test/smtp-dummy.c.

2011-06-16 Thread Dmitry Kurochkin
* Remove unused variables in main(): buf, bytes and greeting. * Replace return with no value in main() with exit(3). --- test/smtp-dummy.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/test/smtp-dummy.c b/test/smtp-dummy.c index e58d0ad..133d6c4 100644 ---

Python updates

2011-06-16 Thread Sebastian Spaeth
print "Oh my, no search result for this weird query" Have fun Sebastian -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmu

[PATCH] Fix compilation warnings in test/smtp-dummy.c.

2011-06-16 Thread Dmitry Kurochkin
* Remove unused variables in main(): buf, bytes and greeting. * Replace return with no value in main() with exit(3). --- test/smtp-dummy.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/test/smtp-dummy.c b/test/smtp-dummy.c index e58d0ad..133d6c4 100644 ---

Python updates

2011-06-16 Thread Sebastian Spaeth
Hi all, I just wanted to keep everyone updated on the python API changes that are in the master branch. With one exception everything is backwards compatible. Feel free to stuff this into the .6 release notes :). - Messages() can now be listified with a simple: msglist = list(...) in case you

Re: Python updates

2011-06-16 Thread Sebastian Spaeth
On Thu, 16 Jun 2011 12:59:47 +0200, Sebastian Spaeth wrote: I just wanted to keep everyone updated on the python API changes that are in the master branch. With one exception everything is backwards compatible. Feel free to stuff this into the .6 release notes :). P.S. Once I get started

[python] segfaults at Message.get_date

2011-06-16 Thread Patrick Totzke
Hi all! First off: Thanks Sebastian for your recent work on the python bindings. It all makes a little bit more sense now without the __len__ and all. As some of you might have read on the IRC channel, I'm facing really strange behaviour with Message.get_date() which unfortunately, I cannot