]> git.notmuchmail.org Git - notmuch/commitdiff
python: Fix unsafe utf-8 decodings
authorpazz <patricktotzke@gmail.com>
Tue, 16 Aug 2011 21:37:47 +0000 (22:37 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Wed, 17 Aug 2011 12:44:45 +0000 (14:44 +0200)
This prevents unsafe calls to decode for return value None in
get_authors/get_subject which would current throw an Exception. Original
patch modified by Sebastian Spaeth.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

No differences found