]> git.cworth.org Git - notmuch/commitdiff
lib: refactor _notmuch_messsage_file_get_combined_header
authorDavid Bremner <david@tethera.net>
Wed, 17 May 2017 10:18:55 +0000 (07:18 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 15 Jul 2017 00:23:52 +0000 (21:23 -0300)
We need to rewrite the loop for gmime-3.0; move the loop body to its
own function to avoid code duplication.  Keep the common exit via
"goto DONE" to make this pure code movement.  It's important to note
that the existing exit path only deallocates the iterator.


No differences found