]> git.notmuchmail.org Git - notmuch/commit
cli/insert: rename file copy function
authorJani Nikula <jani@nikula.org>
Mon, 22 Sep 2014 09:54:55 +0000 (11:54 +0200)
committerDavid Bremner <david@tethera.net>
Wed, 24 Sep 2014 18:20:19 +0000 (20:20 +0200)
commit9324e04a82e8d483e1cb334138ba64fc4b721513
tree3536920fdc82665edbbb04707731c9d847e938f7
parentc878081127f48c393835b6f067f8f85beda9ff29
cli/insert: rename file copy function

The copying has nothing to do with stdin, so call it copy_fd
instead. While at it, improve documentation and reverse the
parameters, as destination is traditionally the first parameter.
notmuch-insert.c