X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Ffilename.py;h=0c2e0d52b9d14f976a806dd3cd2ee63f71b98094;hb=e32c8a5e6bcc7bdbf5e1a5800ac42e25dc8ca70e;hp=969931a4e253f5d4f22a92e387c87f43176f23b5;hpb=4a6642a2a1e2d15f71fff6b6a0b4bbb0296e2bdb;p=notmuch diff --git a/bindings/python/notmuch/filename.py b/bindings/python/notmuch/filename.py index 969931a4..0c2e0d52 100644 --- a/bindings/python/notmuch/filename.py +++ b/bindings/python/notmuch/filename.py @@ -93,7 +93,7 @@ class Filenames(Python3StringMixIn): raise NotmuchError(STATUS.NOT_INITIALIZED) while self._valid(self._files): - yield Filenames._get(self._files) + yield Filenames._get(self._files).decode('utf-8', errors='ignore') self._move_to_next(self._files) self._files = None