From: Jani Nikula Date: Mon, 22 Sep 2014 09:54:59 +0000 (+0200) Subject: cli/insert: rehash file writing functions X-Git-Tag: 0.19_rc1~65 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=0d597f6889fe29bf94658a1389b38c100154b72f;hp=0d597f6889fe29bf94658a1389b38c100154b72f cli/insert: rehash file writing functions Make the function calls make more sense as independent building blocks of the big picture, with clear inputs and outputs. Split up write_message into two. Improve function documentation. Cleanup and clarify the error paths. ---