]> git.notmuchmail.org Git - notmuch/commitdiff
util: convenience function to create gmime stream for stdout
authorDavid Bremner <david@tethera.net>
Sat, 27 May 2017 16:51:11 +0000 (13:51 -0300)
committerDavid Bremner <david@tethera.net>
Tue, 30 May 2017 12:01:46 +0000 (09:01 -0300)
It turns out that our use of GMimeStreamPipe has only succeeded
because gmime has been ignoring some seek failures; this will no
longer be the case in gmime 3.0, so we use a GMimeStreamPipe, which
does not assume seekability, wrapped in a buffering stream.


No differences found