]> git.cworth.org Git - notmuch/commit
restore: transparently support gzipped input
authorDavid Bremner <david@tethera.net>
Sat, 29 Mar 2014 18:12:28 +0000 (15:12 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 12 Apr 2014 10:59:44 +0000 (07:59 -0300)
commit4c62d9366a389b7ddca796009d1dfe6a885cfde0
treee05fcb19762d063f401b0dc863fb9e5ccbec74bc
parentde71c4d734bda72eb54b2874935dbd948610ddbe
restore: transparently support gzipped input

We rely completely on zlib to do the right thing in detecting gzipped
input. Since our dump format is chosen to be 7 bit ascii, this should
be fine.
doc/man1/notmuch-restore.rst
notmuch-restore.c
test/T240-dump-restore.sh