[PATCH 2/2] [python] fix unsafe utf-8 decodings

2011-08-17 Thread Sebastian Spaeth
On Tue, 16 Aug 2011 22:37:47 +0100, Patrick Totzke wrote: > This prevents unsafe calls to decode for return > value None in get_authors/get_subject Thanks for the heads up, I just pushed a modified version of this. Some comments on the code below. Sebastian > -tag =

Re: [PATCH 2/2] [python] fix unsafe utf-8 decodings

2011-08-17 Thread Sebastian Spaeth
On Tue, 16 Aug 2011 22:37:47 +0100, Patrick Totzke patricktot...@googlemail.com wrote: This prevents unsafe calls to decode for return value None in get_authors/get_subject Thanks for the heads up, I just pushed a modified version of this. Some comments on the code below. Sebastian -

[PATCH 2/2] [python] fix unsafe utf-8 decodings

2011-08-16 Thread Patrick Totzke
From: pazz This prevents unsafe calls to decode for return value None in get_authors/get_subject --- bindings/python/notmuch/tag.py|4 +++- bindings/python/notmuch/thread.py | 10 -- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git

[PATCH 2/2] [python] fix unsafe utf-8 decodings

2011-08-16 Thread Patrick Totzke
From: pazz patricktot...@gmail.com This prevents unsafe calls to decode for return value None in get_authors/get_subject --- bindings/python/notmuch/tag.py|4 +++- bindings/python/notmuch/thread.py | 10 -- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git