notmuch/bindings
Justus Winter 8f667be2ac python: fix Message.get_header
8dc8495010 introduced a bug, if the
requested header is not set the underlying notmuch function returns an
empty string that also made the expression true resulting in an
exception being raised. Partly revert the commit to fix this
issue. Testing for equality with None is correct in this case since
the restype of the function Message._get_header is c_char_p so NULL
pointers are in fact converted to None in this case.

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
2012-05-17 18:23:11 +02:00
..
go go: Update for changes to notmuch_database_get_directory 2012-05-15 08:58:36 -03:00
python python: fix Message.get_header 2012-05-17 18:23:11 +02:00
ruby ruby: Update for changes to notmuch_database_get_directory 2012-05-15 08:59:05 -03:00