On Sat, 14 May 2011 22:23:16 -0700, mueen@nawaz.org wrote: > 2. Using the Python bindings, I want to do a query, get the messages, > and examine the headers of the messages. The problem is that if a > message is multi-part, then, I can't find any way to see the main > headers. I can only see the "headers" of each part. (I really would like > this working!) Python just does a notmuch_message_get_headers I believe, so it will return whatever libnotmuch returns. Sebastian