]> git.notmuchmail.org Git - notmuch/commitdiff
cli/notmuch-show: support gzipped files
authorDavid Bremner <david@tethera.net>
Sun, 24 Mar 2019 03:32:44 +0000 (00:32 -0300)
committerDavid Bremner <david@tethera.net>
Fri, 3 May 2019 10:48:43 +0000 (07:48 -0300)
This drops "file" from mime_node_context and just uses a local
variable. It also uses the new gzip aware utility routines recently
added to util/gmime-extra.c. The use of gzopen / gzfile in addition is
a bit icky, but the choice is between that, and providing yet another
readline implimentation that understands GMime streams.


No differences found