From: Thomas Jost Date: Fri, 30 Sep 2011 10:16:47 +0000 (+0200) Subject: python: fix Message.get_filenames() X-Git-Tag: 0.9~28 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=a859d1c8668d9bec03f2b9525c7029c578c1b427;hp=a859d1c8668d9bec03f2b9525c7029c578c1b427;p=notmuch python: fix Message.get_filenames() Previously, the Filenames generator only yielded *one* filename before returning, making Message.get_filenames() behave as Message.get_filename(). This commit fixes this incorrect behavior: now the generator yields all the filenames, as expected. ---