I'm clearly doing this python code wrong by not using the iterator correctly:
> import notmuch2
>
> d = notmuch2.Database()
> m = list(d.messages("since:today"))
> p = m[0].path
> print(p)
But I seem to be getting a SIGABRT instead of a python stack trace. Is
this the expected behaviour?
_______________________________________________
notmuch mailing list -- [email protected]
To unsubscribe send an email to [email protected]
